Skip to content

Commit

Permalink
added separate build service
Browse files Browse the repository at this point in the history
  • Loading branch information
dankoster committed Dec 4, 2024
1 parent 19587ff commit 67a165f
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/Droplet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,5 @@ jobs:
- name: Get latest source
run: ssh prod 'cd /mux && git fetch && git pull'

- name: Rebuild the server
run: ssh prod 'cd /mux && /home/githubaction/.deno/bin/deno task build'

- name: Restart the server
run: ssh prod 'systemctl restart chatmux'

0 comments on commit 67a165f

Please sign in to comment.