Skip to content

Commit

Permalink
Install deps when deploying to Nest
Browse files Browse the repository at this point in the history
  • Loading branch information
SkyfallWasTaken authored Nov 9, 2024
1 parent 0e58ccf commit e708f89
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/nest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jobs:
: # Load nix binaries
export PATH=/home/skyfall/.nix-profile/bin:$PATH
export PATH=/nix/skyfall/nix/profiles/default/bin:$PATH
cd /home/skyfall/high-seas-monitor
cd /home/skyfall/bluemark
git pull
systemctl --user restart high-seas-monitor.service
bun install
systemctl --user restart bluemark.service

0 comments on commit e708f89

Please sign in to comment.