Skip to content

Commit

Permalink
Run composer install on server
Browse files Browse the repository at this point in the history
  • Loading branch information
lonnieezell committed Nov 11, 2020
1 parent 954f116 commit 5ccf5dd
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,10 @@ jobs:
cd $RELEASE_DIR
cp -r ../latest ./$RELEASE
echo $'Install composer dependencies\n'
cd $RELEASE_DIR/$RELEASE
composer install
echo $'Setup FS\n'
cd $RELEASE_DIR/$RELEASE
sudo chmod -R 777 writable
Expand All @@ -64,6 +68,3 @@ jobs:
cd $RELEASE_DIR
sudo ln -nsf $RELEASE ../current
sudo service php7.4-fpm reload
echo $'Clean Up Files\n'
sudo rm $RELEASE_DIR/releases/$RELEASE.tar.gz

0 comments on commit 5ccf5dd

Please sign in to comment.