Skip to content

Commit

Permalink
Remove extraneous line from deploy workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
komali2 committed Jul 5, 2023
1 parent ede2955 commit 197d26d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/deploy-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ jobs:
run: touch ${{ github.workspace}}/.env
- name: Write in api url
run: echo VUE_APP_API_URL="$API_URL" >> ${{ github.workspace }}/.env
- name: Write in postgres username
- name: Send updated source to our VPS
run: rsync -rav --delete -e 'ssh -p 3732' ${{ github.workspace }}/ "$SSH_USERNAME"@"$SSH_HOST":/home/"$SSH_USERNAME"/src/game-remix-guesser-frontend/
- name: Build new prod
Expand Down

0 comments on commit 197d26d

Please sign in to comment.