Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ci(gitlab): delete connect release that was migrated to GitHub #12474

Merged
merged 1 commit into from
May 20, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.

Loading