Skip to content

Commit

Permalink
update: workflow file
Browse files Browse the repository at this point in the history
  • Loading branch information
Oluwatunmise-olat authored Oct 28, 2023
1 parent f166fcb commit 564473b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
key: ${{ secrets.KEY }}
port: ${{ secrets.PORT }}
script: |
scp -o StrictHostKeyChecking=no -P ${{ secrets.PORT }} ./app ${{ secrets.USERNAME }}@${{ secrets.HOST }}:~/app
scp -o StrictHostKeyChecking=no -p ${{ secrets.PORT }} ./app ${{ secrets.USERNAME }}@${{ secrets.HOST }}:~/app
- name: Restart Application
uses: appleboy/ssh-action@v1.0.0
Expand Down

0 comments on commit 564473b

Please sign in to comment.