Skip to content
Snippets Groups Projects
Commit 225be959 authored by Tibo's avatar Tibo
Browse files

Update deploy.yml to use secret env.prod

parent 49a578fb
No related branches found
No related tags found
No related merge requests found
......@@ -7,5 +7,5 @@
- plugin: App\Plugins\Exec
params:
- cd web && composer install
- cd web && cp env.prod .env
- cd web && cp ../../env.prod .env
- cd web && php artisan migrate --force
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment