Skip to content

Commit

Permalink
Update .gitlab-ci.yml file
Browse files Browse the repository at this point in the history
  • Loading branch information
Isacco Sordo committed Aug 12, 2024
1 parent 75524b5 commit d532146
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -192,18 +192,13 @@ publish-web-prod:
when: manual
needs:
- build-web
only:
- master
- main

deploy-web-dev:
stage: deploy
extends: .run_dev
needs:
- publish-web-dev
when: manual
only:
- develop
script:
- find k8s -type f -name \*.yaml -exec sed -i "s|__NAMESPACE__|"$NAMESPACE"|g" {} +
- find k8s -type f -name \*.yaml -exec sed -i "s|__CI_PROJECT_NAME__|"$CI_PROJECT_NAME"|g" {} +
Expand All @@ -225,6 +220,3 @@ deploy-web-prod:
- kubectl apply -f k8s/airgap-wallet/common/namespace.yaml
- kubectl apply -f k8s/airgap-wallet/production/ --recursive
- kubectl apply -f k8s/airgap-wallet/common/ --recursive
only:
- master
- main

0 comments on commit d532146

Please sign in to comment.