Skip to content

Commit a7b1275

Browse files
committed
DIGITAL-702: Reorg build-and-deploy workflow
1 parent 46a99a8 commit a7b1275

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

.github/workflows/build-and-deploy.yml

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,14 @@ jobs:
2828
needs: validate
2929
secrets: inherit
3030
install-node-version:
31-
uses: actions/setup-node@v6
32-
with:
33-
node-version: '>=22.2.0'
31+
uses:
3432
deploy-app:
35-
uses: ./.github/workflows/cloudgov-deploy-app.yml
33+
steps:
34+
- name: installNodeVersion
35+
uses: actions/setup-node@v6
36+
with:
37+
node-version: '>=22.2.0'
38+
-name: deploy
39+
uses: ./.github/workflows/cloudgov-deploy-app.yml
3640
needs: [deploy-infra, install-node-version]
3741
secrets: inherit

0 commit comments

Comments
 (0)