Skip to content

Commit

Permalink
upload database
Browse files Browse the repository at this point in the history
  • Loading branch information
Andy-susanto committed Aug 21, 2023
1 parent 4d2af86 commit cd98a8e
Show file tree
Hide file tree
Showing 2 changed files with 9,164 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ jobs:
run: php -r "file_exists('.env') || copy('.env.example', '.env');"
- name: Install Dependencies
run: composer update --ignore-platform-reqs
- name: NPM Install
run: npm install && npm run build
run: composer update --ignore-platform-reqs
- name: Generate key
run: php artisan key:generate
- name: Directory Permissions
Expand Down
Loading

0 comments on commit cd98a8e

Please sign in to comment.