Skip to content

Commit a69130a

Browse files
committed
Add some of the missing steps to deploy
1 parent b75502c commit a69130a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/deploy_beta.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,9 @@ jobs:
2626
composer install
2727
npm i
2828
npm run build
29+
cp .env.example .env
30+
php artisan key:generate
31+
php artisan migrate
2932
- name: Build and push
3033
uses: docker/build-push-action@v2
3134
with:

0 commit comments

Comments
 (0)