Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
nilgaar committed Jul 12, 2024
1 parent 572d126 commit ae07d30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_backend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: Run Backend

run: |
sshpass -p $PASSWORD ssh -o StrictHostKeyChecking=no $USERNAME@$SERVER_IP "cd ./backend && go get && go run ~/backend/main.go"
sshpass -p $PASSWORD ssh -o StrictHostKeyChecking=no $USERNAME@$SERVER_IP "cd ./backend && go get && go run main.go"
env:
SERVER_IP: ${{ secrets.SERVER_IP }}
# pop-pc
Expand Down

0 comments on commit ae07d30

Please sign in to comment.