fix: only ssh.yaml in prod
This commit is contained in:
parent
65e575b983
commit
3a96e92229
@ -5,4 +5,6 @@ export NB_REPLICAS=1
|
|||||||
|
|
||||||
. ./manifests/bin/deploy.sh
|
. ./manifests/bin/deploy.sh
|
||||||
|
|
||||||
kapply prod/ssh.yaml
|
if [ "$GITHUB_REF_NAME" = prod ]; then
|
||||||
|
kapply prod/ssh.yaml
|
||||||
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user