Skip to content

Commit

Permalink
Merge branch 'develop' into 'master'
Browse files Browse the repository at this point in the history
Develop

See merge request papers/airgap/airgap-wallet!767
  • Loading branch information
Stephen Debel committed Aug 21, 2024
2 parents 196e55f + 7db2ae3 commit 8e17b96
Show file tree
Hide file tree
Showing 3 changed files with 448 additions and 471 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
Loading

0 comments on commit 8e17b96

Please sign in to comment.