Skip to content

Commit

Permalink
ci(gitlab): delete connect release that was migrated to GitHub
Browse files Browse the repository at this point in the history
  • Loading branch information
karliatto committed May 20, 2024
1 parent 3e14473 commit 67ce1f2
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 218 deletions.
1 change: 0 additions & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ include:
- ci/prebuild.yml
- ci/build.yml
- ci/deploy.yml
- ci/npm-deploy.yml
- ci/test.yml
- ci/releases.yml
# # to be run only on scheduled pipelines
Expand Down
90 changes: 0 additions & 90 deletions ci/npm-deploy.yml

This file was deleted.

47 changes: 0 additions & 47 deletions ci/releases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,50 +102,3 @@ msg-system codesign deploy:
- source ${MSG_SYSTEM_DATA_DEPLOY_KEYFILE}
- aws s3 cp suite-common/message-system/files/config.v1.jws s3://data.trezor.io/config/stable/config.v1.jws --cache-control no-cache
- aws cloudfront create-invalidation --distribution-id ${AWS_CLOUDFRONT_ID} --paths '/config/stable/*'

# connect v9 deploy to production jobs

# Create rollback copy of connect.trezor.io
connect v9 rollback production:
stage: deploy to production
only:
refs:
- /^release\/connect\//
when: manual
before_script: []
needs:
- connect v9 deploy production
script:
- source ${CONNECT_DEPLOY_KEYFILE}
- aws s3 sync --delete s3://rollback-connect.trezor.io/9/ s3://connect.trezor.io/9/
tags:
- connect_deploy

.connect v9 deploy:
stage: deploy to production
dependencies:
- connect-web build production
- connect-explorer build production
needs:
- release commit messages
- connect-web build production
- connect-explorer build production
before_script:
- source ${CONNECT_DEPLOY_KEYFILE}
tags:
- connect_deploy
only:
refs:
- /^release\/connect\//

connect v9 deploy staging:
extends: .connect v9 deploy
script:
- ./ci/scripts/connect-release-staging.sh 9

# Deploy connect v9 to connect.trezor.io from staging-conntect.trezor.io
connect v9 deploy production:
extends: .connect v9 deploy
when: manual
script:
- ./ci/scripts/connect-release-production.sh 9
36 changes: 0 additions & 36 deletions ci/scripts/connect-release-production.sh

This file was deleted.

44 changes: 0 additions & 44 deletions ci/scripts/connect-release-staging.sh

This file was deleted.

0 comments on commit 67ce1f2

Please sign in to comment.