Skip to content

Commit

Permalink
enable manually triggering reliablity environment deploy (#1070)
Browse files Browse the repository at this point in the history
  • Loading branch information
bengl committed Sep 4, 2020
1 parent 3b84978 commit 4235c10
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .gitlab-ci.yml
Expand Up @@ -16,6 +16,7 @@ copy_to_s3:
when: on_success
- if: '$CI_COMMIT_BRANCH == "testing"'
when: on_success
- when: manual
script:
- export ACCESS_KEY_ID=$(aws ssm get-parameter --region us-east-1 --name ci.dd-trace-js.secret_key_id --with-decryption --query "Parameter.Value" --out text)
- export SECRET_ACCESS_KEY=$(aws ssm get-parameter --region us-east-1 --name ci.dd-trace-js.secret_sec_key_id --with-decryption --query "Parameter.Value" --out text)
Expand Down

0 comments on commit 4235c10

Please sign in to comment.