Skip to content

Commit

Permalink
Registration bugfix
Browse files Browse the repository at this point in the history
- Add public storage link;
  • Loading branch information
diego.maeda committed Mar 3, 2024
1 parent c7a4ca2 commit 1f6b05c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,9 @@ jobs:
php artisan migrate --force
php artisan db:seed --force
echo "Binding public storage"
php artisan storage:link
echo "Activating the new release"
ln -s -n -f ${RELEASES_DIR}/${GITHUB_SHA} ${ACTIVE_RELEASE_DIR}
Expand Down

0 comments on commit 1f6b05c

Please sign in to comment.