Skip to content

Commit 1df4b1c

Browse files
committed
DIGITAL-702: syntax of build-and-deploy workflow
1 parent a7b1275 commit 1df4b1c

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,15 +27,13 @@ jobs:
2727
uses: ./.github/workflows/terraform-deploy-infra.yml
2828
needs: validate
2929
secrets: inherit
30-
install-node-version:
31-
uses:
3230
deploy-app:
3331
steps:
3432
- name: installNodeVersion
3533
uses: actions/setup-node@v6
3634
with:
3735
node-version: '>=22.2.0'
38-
-name: deploy
36+
- name: deploy
3937
uses: ./.github/workflows/cloudgov-deploy-app.yml
4038
needs: [deploy-infra, install-node-version]
4139
secrets: inherit

0 commit comments

Comments
 (0)