Skip to content

Commit

Permalink
chore(debug): try setting env vars before prep
Browse files Browse the repository at this point in the history
  • Loading branch information
Leksat committed Dec 13, 2024
1 parent a08292d commit 880e686
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/fe_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,15 @@ jobs:
server-token: 'local'
repo-token: ${{ secrets.GITHUB_TOKEN }}

- name: Publisher
uses: AmazeeLabs/publisher-action@4371b4a90a9fe2c86248e76c0f428e39abf6b610
with:
success_env_var_name: BUILD_IS_SUCCESSFUL
cache_paths: |
apps/website/.cache
apps/website/public
cache_key: 'fe-build-${{ inputs.env }}'

- name: Prepare
run: SKIP_DRUPAL_INSTALL=1 pnpm turbo:prep
env:
Expand All @@ -45,15 +54,6 @@ jobs:
VITE_DECAP_REPO: ${{ github.repository }}
VITE_DECAP_BRANCH: ${{ github.ref_name }}

- name: Publisher
uses: AmazeeLabs/publisher-action@4371b4a90a9fe2c86248e76c0f428e39abf6b610
with:
success_env_var_name: BUILD_IS_SUCCESSFUL
cache_paths: |
apps/website/.cache
apps/website/public
cache_key: 'fe-build-${{ inputs.env }}'

- name: Build & deploy
run: |
set -ex
Expand Down

0 comments on commit 880e686

Please sign in to comment.