Skip to content

Commit

Permalink
fixed indent
Browse files Browse the repository at this point in the history
  • Loading branch information
Leo-Nicolle committed Feb 11, 2024
1 parent 14230f7 commit 9d01a15
Showing 1 changed file with 10 additions and 11 deletions.
21 changes: 10 additions & 11 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ on:
branches:
- develop


jobs:
deploy:
runs-on: ubuntu-latest
Expand All @@ -28,15 +27,15 @@ jobs:
- name: Deploy
uses: appleboy/ssh-action@master
env:
DEPLOY_ASSETS: "${{ env.DEPLOY_ASSETS }}"
DEPLOY_SERVER: "${{ env.DEPLOY_SERVER }}"
DEPLOY_CLIENT: "${{ env.DEPLOY_CLIENT }}"
PUBLIC: "~/motsflex-save/public"
ASSETS: "$PUBLIC/assets"
INDEX_HTML: "$PUBLIC/index.html"
DICOS: "~/dicos"
SERVER: "~/motsflex-save/server.js"
env:
DEPLOY_ASSETS: "${{ env.DEPLOY_ASSETS }}"
DEPLOY_SERVER: "${{ env.DEPLOY_SERVER }}"
DEPLOY_CLIENT: "${{ env.DEPLOY_CLIENT }}"
PUBLIC: "~/motsflex-save/public"
ASSETS: "$PUBLIC/assets"
INDEX_HTML: "$PUBLIC/index.html"
DICOS: "~/dicos"
SERVER: "~/motsflex-save/server.js"

with:
host: ${{ secrets.SERVER_HOST }}
Expand Down Expand Up @@ -64,4 +63,4 @@ jobs:
if [ "$DEPLOY_SERVER" = 'true' ]; then
echo "Deploying server code"
cp -r dist/server.js $SERVER
fi
fi

0 comments on commit 9d01a15

Please sign in to comment.