Skip to content

Commit

Permalink
feat: new script to run
Browse files Browse the repository at this point in the history
  • Loading branch information
Sampiiiii committed Apr 12, 2024
1 parent 50bf470 commit e08888e
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,12 @@ jobs:
echo "/home/iforge/.nvm/versions/node/v20.11.0/bin" >> $GITHUB_PATH
echo "/home/iforge/.local/share/pnpm" >> $GITHUB_PATH
- name: Debug
run: node -v && pnpm -v

- name: Build the project
working-directory: /home/iforge/ignis/
run: turbo build

- name: Restart systemd service
run: /home/iforge/ignis-config/scripts/restart_ignis.sh
run: /home/iforge/ignis-config/scripts/start_or_restart.sh

- name: Remove maintenance page
run: rm /home/iforge/ignis-config/file_flags/maintenance_mode/enabled

0 comments on commit e08888e

Please sign in to comment.