Skip to content

Commit

Permalink
feat: adjust cd
Browse files Browse the repository at this point in the history
  • Loading branch information
mhdramadhanarvin committed Sep 9, 2024
1 parent 0428c5a commit 9889f2b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
coverage: none

- name: Copy credentials Google Api
run: touch ./storage/app/credentials.json && echo "${{ secrets.GOOGLE_API_CRENDENTIALS }}" >> ./storage/app/credentials.json && cat ./storage/app/credentials.json
run: touch ./storage/app/credentials.json && echo "${{ secrets.GOOGLE_API_CRENDENTIALS }}" >> ./storage/app/credentials.json && cat ./storage/app/credentials.json && cp .env.example .env

- name: Run composer install
run: composer install -n --prefer-dist -o
Expand All @@ -37,7 +37,7 @@ jobs:
run: npm ci

- name: Build App
run: npm run build
run: npm run build && rm -rf ./.env

- uses: montudor/action-zip@v1
with:
Expand Down

0 comments on commit 9889f2b

Please sign in to comment.