Skip to content

Commit

Permalink
Change the APP_NAME variable for consistency in deployment (#113)
Browse files Browse the repository at this point in the history
* Attempt to fix base_href problem

* rename app in deployment for consistency
  • Loading branch information
otienoanyango authored Feb 19, 2024
1 parent f2df4e1 commit b5f6572
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ trigger_deploy:
UPSTREAM_REF: $CI_COMMIT_REF_NAME
IMAGE_PATHS: ${CI_REGISTRY_IMAGE}:${CI_COMMIT_SHORT_SHA}
IMAGE_NAMES: beacons-front-end
APP_NAME: 3d-beacons-front-end
APP_NAME: beacons-front-end
trigger:
project: pdbe/backend/k8s-deploy-configs
branch: main
Expand Down

0 comments on commit b5f6572

Please sign in to comment.