Skip to content

Commit

Permalink
give ownership to www-data after cp
Browse files Browse the repository at this point in the history
  • Loading branch information
cooperlarson committed Aug 19, 2024
1 parent 2d2eb4a commit a66f873
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 @@ -54,6 +54,8 @@ jobs:
sudo rsync -av --exclude 'node_modules' --exclude 'media' --exclude '.env' --exclude '.git' --exclude 'log' --exclude 'tmp' /home/gh-runner/actions-runner/_work/portfolio/portfolio/ /srv/portfolio/
sudo chown -R www-data:www-data /srv/portfolio
cd /srv/portfolio
pnpm install
sudo systemctl start portfolio

0 comments on commit a66f873

Please sign in to comment.