diff --git a/k8sdeploy.sh b/k8sdeploy.sh index 7b802a9..4129937 100755 --- a/k8sdeploy.sh +++ b/k8sdeploy.sh @@ -21,7 +21,7 @@ if [ -n "$ACTION_REGISTRY_PASSWORD" ]; then --docker-password="$ACTION_REGISTRY_PASSWORD" fi -if [ "$ACTION_REF_NAME" == prod ]; then +if [ "$ACTION_REF_NAME" == prod ] || [ "$ACTION_REF_NAME" == staging ]; then ./manifests/bin/prod.sh else ./manifests/bin/devel.sh