Skip to content

Commit

Permalink
Another try
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisGV04 committed Sep 14, 2023
1 parent 4f5caaf commit e1bdd75
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,7 @@ jobs:
cache-dependency-path: './server/pnpm-lock.yaml' # Needed to use multiple directories
- run: pnpm install
- name: Add envirnonment variables
run: |
touch .env
echo "${{ secrets.CMS_ENV }}" > .env
run: echo "${{ secrets.CMS_ENV }}" > .env
- run: pnpm build

deploy-client:
Expand Down Expand Up @@ -60,7 +58,5 @@ jobs:
cache-dependency-path: './client/pnpm-lock.yaml' # Needed to use multiple directories
- run: pnpm install
- name: Add envirnonment variables
run: |
touch .env
echo "${{ secrets.CLIENT_ENV }}" > .env
run: echo "${{ secrets.CLIENT_ENV }}" > .env
- run: pnpm build

0 comments on commit e1bdd75

Please sign in to comment.