Skip to content

Commit

Permalink
...i can spell
Browse files Browse the repository at this point in the history
  • Loading branch information
Muirrum committed Oct 25, 2023
1 parent bd4434d commit 3ac11af
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,10 +68,12 @@ jobs:
env:
SSH_USER: ${{ secrets.SSH_USER }}
SSH_HOST: ${{ secrets.SSH_HOST }}
SSH_KEY: ${{ secrest.SSH_KEY }}
SSH_KEY: ${{ secrets.SSH_KEY }}

- name: Extract tarball on production host
run: ssh staging tar xzvf "$SSH_DIR/hkgi-new.tar.gz" -C "$SSH_DIR"
env:
SSH_DIR: ${{ secrets.SSH_DIR }}

- name: Restart service on production host
run: ssh staging /usr/bin/sudo /usr/bin/systemctl restart hkgi

0 comments on commit 3ac11af

Please sign in to comment.