Skip to content

Commit

Permalink
Merge pull request #17 from dscdut/config/setup_cicd
Browse files Browse the repository at this point in the history
Config/setup cicd
  • Loading branch information
High10Hunter committed Sep 8, 2024
2 parents 77bc310 + 8013dc3 commit c221129
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ jobs:
working_directory: ~/map-sorter-api
steps:
- aws-cli/setup:
role-arn: 'arn:aws:iam::"$AWS_ACCOUNT_ID":role/circleci-oidc-provider-aws'
aws-region: $AWS_REGION
role-arn: 'arn:aws:iam::AWS_ACCOUNT_ID:role/circleci-oidc-provider-aws'
aws-region: AWS_REGION
- checkout

- add_ssh_keys:
Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/deploy-dev-workflow.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
name: DeployDev
on:
pull_request:
types: [closed]
# pull_request:
# types: [closed]
# branches: [develop]
push:
branches: [test]

jobs:
Expand Down

0 comments on commit c221129

Please sign in to comment.