Implements Workflow Dispatcher for Deployment Refresh

This commit is contained in:
2023-10-23 20:06:12 -03:00
parent 6d7cb36020
commit 57d1cf5453
3 changed files with 62 additions and 9 deletions

View File

@@ -109,10 +109,11 @@ function main() {
kubectl apply -f \
./deployment/cert-manager/cert-manager-certificate.yaml
fi
if [[ $1 == "--staging" || $1 == "-s" ]]; then
bash ./refresh.sh
fi
# Refreshes all pods in case of a new image
bash ./refresh.sh
fi
exit 0