Skip to content

Commit

Permalink
Fix deploy step (#2992)
Browse files Browse the repository at this point in the history
  • Loading branch information
BulatSaif committed May 17, 2024
1 parent 36b2646 commit 64ca9ab
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -397,5 +397,11 @@ deploy-bridges-common-relay-testnet:
script:
- echo "Starting deploy version=${VERSION}"
- argocd app list
- argocd app set $APP --helm-set bridges-common-relay.image.tag=$VERSION
- argocd app set $APP
--helm-set headers-a.image.tag=$VERSION
--helm-set headers-b.image.tag=$VERSION
--helm-set parachains-a.image.tag=$VERSION
--helm-set parachains-b.image.tag=$VERSION
--helm-set messages-a.image.tag=$VERSION
--helm-set messages-b.image.tag=$VERSION
- argocd app sync $APP --async

0 comments on commit 64ca9ab

Please sign in to comment.