Skip to content

Commit

Permalink
Update job
Browse files Browse the repository at this point in the history
  • Loading branch information
mjoerussell committed Jan 19, 2024
1 parent 759c5b0 commit ff04c46
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,12 +56,12 @@ jobs:
name: one-night-${{ github.sha }}
- name: Copy build files
run: |
sftp ${{ secrets.SSH_USER }}:${{ secrets.SSH_HOST }} <<< '
sftp ${{ secrets.SSH_USER }}@${{ secrets.SSH_HOST }} <<< '
put one-night.tar
'
- name: Start Server
run: |
ssh ${{ secrets.SSH_USER }}:${{ secrets.SSH_HOST }} <<< '
ssh ${{ secrets.SSH_USER }}@${{ secrets.SSH_HOST }} <<< '
tar -xf one-night.tar
cd server
nohup ./zig-out/bin/zig-server > logs.out &
Expand Down

0 comments on commit ff04c46

Please sign in to comment.