Skip to content

Commit

Permalink
Merge pull request #547 from hngprojects/Rob-in-son-workflow-patch-2
Browse files Browse the repository at this point in the history
Update var names in dev.yml
  • Loading branch information
Lanky-23 authored Aug 9, 2024
2 parents 4b161cd + 1dfeebe commit ee1056f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
username: ${{ secrets.USERNAME }}
password: ${{ secrets.PASSWORD }}
port: ${{ secrets.PORT }}
script: scp backend_dev.tar.gz $SERVER_USERNAME@$SERVER_HOST:/opt/backend-tar/
script: scp backend_dev.tar.gz $USERNAME@$HOST:/opt/backend-tar/

- name: Load Docker image on server and start
uses: appleboy/[email protected]
Expand Down

0 comments on commit ee1056f

Please sign in to comment.