Skip to content

Commit

Permalink
ci(deploy): skip chromium download; inherit secrets
Browse files Browse the repository at this point in the history
  • Loading branch information
Falinor committed May 30, 2024
1 parent c074d12 commit 52153cf
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/github-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,8 @@ jobs:

- name: Install
run: yarn install --immutable
env:
PUPPETEER_SKIP_CHROMIUM_DOWNLOAD: true

- name: Build
run: yarn workspaces foreach --exclude=. --exclude=@zerologementvacant/template -Apt run build
Expand All @@ -73,6 +75,7 @@ jobs:
with:
app: test
branch: ci-deploy-on-clever-cloud
secrets: inherit

deploy-front-staging:
uses: ./.github/workflows/deploy.yml
Expand Down

0 comments on commit 52153cf

Please sign in to comment.