Skip to content

Commit

Permalink
Update develop.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
AndresAcostaCruz authored Jul 8, 2024
1 parent 210f880 commit d38f7a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/develop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:
# Set permissions to folder
echo ${SERVER_PASSWORD} | sudo -S chown -R root.www-data "${{ secrets.DEPLOY_PATH }}/dev/backend/"
echo ${SERVER_PASSWORD} | sudo -S chmod -Rf 0775 ${{ secrets.DEPLOY_PATH }}/dev/backend/storage
echo ${SERVER_PASSWORD} | sudo -S chmod -Rf 0777 ${{ secrets.DEPLOY_PATH }}/dev/backend/storage
- name: Run migrations and clean cache
uses: appleboy/ssh-action@master
Expand Down

0 comments on commit d38f7a2

Please sign in to comment.