Skip to content

Commit

Permalink
Update deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
fazleyrabby authored Nov 23, 2023
1 parent 64ee211 commit 7417875
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,9 @@ jobs:
- name: Get the latest code
uses: actions/[email protected]
- uses: actions/setup-node@master
- name: Copy .env
run: php -r "if(!file_exists('.env')) copy('.env.example', '.env');"
- name: 'Create env file'
run: |
echo "${{ secrets.ROUTINE_ENV }}" > .env
- name: Install Dependencies
run: composer update --ignore-platform-reqs
- name: Generate key
Expand Down

0 comments on commit 7417875

Please sign in to comment.