Skip to content

Commit

Permalink
Fix syntax
Browse files Browse the repository at this point in the history
Signed-off-by: Alec M. <[email protected]>
  • Loading branch information
amattu2 authored Jan 30, 2023
1 parent 48a2edb commit da85252
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/api-deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,7 @@ jobs:
run: |
ssh ${{ secrets.PROD_SSH_USER }}@${{ secrets.PROD_SSH_HOST }} "
cd /var/www/backend && git pull origin master
&& make build_linux
&& sudo service API restart"
make build_linux && sudo service API restart"
- name: Update Deployment Status (Success)
if: success()
Expand Down

0 comments on commit da85252

Please sign in to comment.