Skip to content

Commit

Permalink
Fix deployment storage link command
Browse files Browse the repository at this point in the history
  • Loading branch information
luchaos committed Dec 16, 2022
1 parent 460f95c commit ca8685e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy/deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ ${NPM_BIN} install
${NPM_BIN} run build
#${NPM_BIN} run apidoc

${PHP_BIN} artisan ra:storage:link --relative
${PHP_BIN} artisan ra:storage:link --force
#${PHP_BIN} artisan migrate


Expand Down

0 comments on commit ca8685e

Please sign in to comment.