Skip to content

Commit b15de9e

Browse files
fix: stage naming for deploy.stage job
1 parent 2fc6af6 commit b15de9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deploy/deploy-stage.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ deploy:stage:
77
needs:
88
- build:php
99
- build:node
10-
stage: deploy
10+
stage: deploy.stage
1111
variables:
1212
SSH_USER: ${SSH_USER_STAGE}
1313
SSH_HOST: ${SSH_HOST_STAGE}

0 commit comments

Comments
 (0)