Skip to content

Commit 919a9d7

Browse files
committed
Deploy to dev for both browse and plan applications
1 parent 4b2e0c7 commit 919a9d7

1 file changed

Lines changed: 12 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ jobs:
102102
labels: ${{ steps.meta.outputs.labels }}
103103
push: true
104104

105-
deploy:
105+
deploy_plan:
106106
needs: build
107107
uses: ./.github/workflows/deploy.yml
108108
with:
@@ -112,3 +112,14 @@ jobs:
112112
if: github.event_name != 'pull_request'
113113
secrets:
114114
GCP_CREDENTIALS_DEPLOY: ${{ secrets.GCP_CREDENTIALS_DEPLOY }}
115+
116+
deploy_browse:
117+
needs: build
118+
uses: ./.github/workflows/deploy.yml
119+
with:
120+
environment: Dev - browse
121+
tag: ${{ needs.build.outputs.version }}
122+
# only run deploy for CI runs on main
123+
if: github.event_name != 'pull_request'
124+
secrets:
125+
GCP_CREDENTIALS_DEPLOY: ${{ secrets.GCP_CREDENTIALS_DEPLOY }}

0 commit comments

Comments
 (0)