Skip to content

Commit

Permalink
build environment
Browse files Browse the repository at this point in the history
  • Loading branch information
andromaqui committed Jun 17, 2024
1 parent 73ca7e8 commit f58798d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/deploy-pr.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: preview-env-test-deploy
#on:
# pull_request:
on:
pull_request:

jobs:
deploy-preview:
runs-on: ubuntu-22.04
Expand Down Expand Up @@ -41,7 +42,7 @@ jobs:
- name: Build
env:
NODE_OPTIONS: --max_old_space_size=8192
DOCS_SITE_URL: https://preview.docs.camunda.cloud
DOCS_SITE_URL: https://${{ steps.secrets.outputs.PREVIEW_ENV_BUCKET_NAME }}
DOCS_SITE_BASE_URL: /pr-${{ github.event.number }}/
run: npm run build

Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/preview-docs-teadown.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
name: preview-env-teardown
on:
pull_request:

jobs:
tear-dowm-preview-env:
Expand Down

0 comments on commit f58798d

Please sign in to comment.