Skip to content

Commit 536d804

Browse files
committed
(fix): app deploy prepare job
1 parent a187c2a commit 536d804

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.gitlab/ci/deploy_app.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ variables:
3232
- git clone "https://gitlab-ci-token:${MANIFEST_GIT_TOKEN}@${MANIFEST_GIT_REPO#https://}" manifest-inventory
3333
- cd manifest-inventory
3434
# Use 'yq' to change the yaml value to the current commit
35-
- yq -i ".image.version.$ENVIRONMENT = strenv(CI_COMMIT_SHA)" inventory/polycentric-2026/server.yml
35+
- yq -i ".image.version.$ENVIRONMENT = strenv(CI_COMMIT_SHA)" inventory/polycentric-2026/app.yml
3636
# Commit the change in the manifest repo
3737
- git config user.email "$MANIFEST_GIT_USER_EMAIL"
3838
- git config user.name "$MANIFEST_GIT_USER_NAME"

0 commit comments

Comments
 (0)