Skip to content

Commit

Permalink
maybe deno is not in path
Browse files Browse the repository at this point in the history
  • Loading branch information
dankoster committed Dec 4, 2024
1 parent e503cbf commit 825d0d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/Droplet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
run: ssh prod 'systemctl stop chatmux'

- name: Get latest source
run: ssh prod 'cd /mux && git fetch && git pull && deno task build'
run: ssh prod 'cd /mux && git fetch && git pull && /home/githubaction/.deno/bin/deno task build'

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

0 comments on commit 825d0d4

Please sign in to comment.