Skip to content

Commit

Permalink
Added newly introduced flag for single-repo but subfolder app deploys…
Browse files Browse the repository at this point in the history
… like docs in this case
  • Loading branch information
thomasfr committed Nov 14, 2024
1 parent e4a6632 commit 7965c69
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ jobs:
uses: forge42dev/workflows/.github/workflows/deploy-to-fly.yaml@monorepo-matrix
with:
workspace_name: docs
set_cwd_to_workspace: true
github_environment: "docs-release"
secrets:
fly_api_token: ${{ secrets.FLY_API_TOKEN }}
1 change: 1 addition & 0 deletions .github/workflows/validate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ jobs:
uses: forge42dev/workflows/.github/workflows/deploy-to-fly.yaml@monorepo-matrix
with:
workspace_name: docs
set_cwd_to_workspace: true
github_environment: "docs-previev"
secrets:
fly_api_token: ${{ secrets.FLY_API_TOKEN }}

0 comments on commit 7965c69

Please sign in to comment.