Skip to content

Commit

Permalink
Managed by Terraform
Browse files Browse the repository at this point in the history
  • Loading branch information
pineros committed Sep 6, 2023
1 parent 6c34918 commit 6bacbf9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/thirteen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,20 +18,20 @@ jobs:
aws-region: "us-east-1"
aws-access-key: ${{ secrets.DEV_AWS_CODEPIPELINE_ACCESS_KEY }}
aws-secret-key: ${{ secrets.DEV_AWS_CODEPIPELINE_SECRET_KEY }}
pipeline-name: "Thirteen"
pipeline-name: "thirteen"
- name: Trigger Thirteen PREPROD AWS CodePipeline
uses: zulhfreelancer/[email protected]
if: github.ref == 'refs/heads/preprod'
with:
aws-region: "us-east-1"
aws-access-key: ${{ secrets.PREPROD_AWS_CODEPIPELINE_ACCESS_KEY }}
aws-secret-key: ${{ secrets.PREPROD_AWS_CODEPIPELINE_SECRET_KEY }}
pipeline-name: "Thirteen"
pipeline-name: "thirteen"
- name: Trigger Thirteen PROD AWS CodePipeline
uses: zulhfreelancer/[email protected]
if: github.ref == 'refs/heads/main'
with:
aws-region: "us-east-1"
aws-access-key: ${{ secrets.PROD_AWS_CODEPIPELINE_ACCESS_KEY }}
aws-secret-key: ${{ secrets.PROD_AWS_CODEPIPELINE_SECRET_KEY }}
pipeline-name: "Thirteen"
pipeline-name: "thirteen"

0 comments on commit 6bacbf9

Please sign in to comment.