Skip to content

Commit

Permalink
cleaned up release file
Browse files Browse the repository at this point in the history
  • Loading branch information
cooperlarson committed Aug 19, 2024
1 parent 814c2d1 commit a695d47
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,9 @@ jobs:
run: sudo systemctl stop portfolio

- name: Steal ownership of production server directory
run: sudo chown -R gh-runner:gh-runner /srv/portfolio
run: |
sudo chown -R gh-runner:gh-runner /srv/portfolio
sudo chown -R gh-runner:gh-runner /home/gh-runner/actions-runner/_work/
- name: Copy existing node modules
run: sudo ln -s /srv/portfolio/node_modules /home/gh-runner/actions-runner/_work/portfolio/portfolio/
Expand Down

0 comments on commit a695d47

Please sign in to comment.