We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89f3164 commit 9a2bc77Copy full SHA for 9a2bc77
.github/actions/deploy-module/action.yml
@@ -46,7 +46,7 @@ inputs:
46
description: 'Image tag type (development-latest or semver)'
47
required: true
48
deploy-script:
49
- description: 'Deploy script name (deploy-dev.sh or deploy.sh)'
+ description: 'Deploy script name (deploy-dev.sh or deploy-prod.sh)'
50
51
default: 'deploy-dev.sh'
52
.github/workflows/prod-ci-cd.yml
@@ -48,4 +48,4 @@ jobs:
image-tag-type: |
type=semver,pattern={{version}}
type=raw,value=production-latest
- deploy-script: deploy.sh
+ deploy-script: deploy-prod.sh
0 commit comments