We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b75502c commit a69130aCopy full SHA for a69130a
1 file changed
.github/workflows/deploy_beta.yml
@@ -26,6 +26,9 @@ jobs:
26
composer install
27
npm i
28
npm run build
29
+ cp .env.example .env
30
+ php artisan key:generate
31
+ php artisan migrate
32
- name: Build and push
33
uses: docker/build-push-action@v2
34
with:
0 commit comments