Skip to content

Commit

Permalink
fix: force working directories
Browse files Browse the repository at this point in the history
  • Loading branch information
Sampiiiii committed Apr 11, 2024
1 parent fa1249b commit 746aee7
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,15 @@ jobs:
runs-on: self-hosted

steps:
- name: Navigate to the project directory
run: cd /home/iforge/ignis

- name: Pull the latest changes
working-directory: /home/iforge/ignis/
run: git pull

- name: Throw up the maintenance page
run: sudo touch /home/iforge/ignis-config/file_flags/maintenance_mode/enabled

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

- name: Restart systemd service
Expand Down

0 comments on commit 746aee7

Please sign in to comment.