Skip to content

Commit eb24bb1

Browse files
committed
hotfix: improve readability for deployment workflow
1 parent 5a24326 commit eb24bb1

File tree

3 files changed

+2
-1
lines changed

3 files changed

+2
-1
lines changed

.github/workflows/chicmoz-prod.yml

+1
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ jobs:
4848
for i in $(seq 1 $MAX_RETRIES); do
4949
if bash -x scripts/production/deploy.sh; then
5050
echo "Deployment successful"
51+
bash scripts/generate_version_string.sh
5152
exit 0
5253
fi
5354
echo "Attempt $i failed. Retrying in $RETRY_DELAY seconds..."
File renamed without changes.

scripts/production/deploy.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33
set -e
44

5-
VERSION_STRING="$(scripts/set_version_string.sh)" skaffold run --filename "k8s/production/skaffold.production.light.yaml" --default-repo=registry.digitalocean.com/aztlan-containers
5+
VERSION_STRING="$(scripts/generate_version_string.sh)" skaffold run --filename "k8s/production/skaffold.production.light.yaml" --default-repo=registry.digitalocean.com/aztlan-containers

0 commit comments

Comments
 (0)