Skip to content

Commit

Permalink
install on publish
Browse files Browse the repository at this point in the history
  • Loading branch information
cooperlarson committed Aug 18, 2024
1 parent d76c458 commit 40475f4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,6 @@ jobs:
sudo systemctl stop portfolio
sudo find /srv/portfolio/ -mindepth 1 ! -name 'media' ! -name '.env' -exec rm -rf {} +
sudo rsync -av --exclude 'media' --exclude '.env' /home/gh-runner/actions-runner/_work/portfolio/portfolio/ /srv/portfolio/
cd /srv/portfolio
pnpm install
sudo systemctl start portfolio

0 comments on commit 40475f4

Please sign in to comment.