Skip to content

Commit

Permalink
Merge pull request #61 from Clever/circleci-oidc
Browse files Browse the repository at this point in the history
Upgrade CircleCI to use contexts for OIDC
  • Loading branch information
taylor-sutton authored Oct 11, 2023
2 parents 9e1eca2 + 5ed8071 commit bb31371
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: 2
version: 2.1
jobs:
build:
working_directory: ~/go/src/github.com/Clever/pickabot
Expand Down Expand Up @@ -28,3 +28,8 @@ jobs:
- run: $HOME/ci-scripts/circleci/docker-publish $DOCKER_USER $DOCKER_PASS "$DOCKER_EMAIL" $DOCKER_ORG
- run: $HOME/ci-scripts/circleci/catapult-publish $CATAPULT_URL $CATAPULT_USER $CATAPULT_PASS $APP_NAME
- run: if [ "${CIRCLE_BRANCH}" == "master" ]; then $HOME/ci-scripts/circleci/dapple-deploy $DAPPLE_URL $DAPPLE_USER $DAPPLE_PASS $APP_NAME; fi;
workflows:
build_test_publish_deploy:
jobs:
- build:
context: aws-ecr-public

0 comments on commit bb31371

Please sign in to comment.