File tree Expand file tree Collapse file tree 4 files changed +4
-23
lines changed
Expand file tree Collapse file tree 4 files changed +4
-23
lines changed Original file line number Diff line number Diff line change 3838 steps :
3939 - name : Checkout repository
4040 uses : actions/checkout@v3
41+ with :
42+ ref : ${{ inputs.environment }}
4143 - name : Install AWS CLI
4244 run : sudo snap install aws-cli --classic
4345 - name : Install AWS CDK CLI
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 2020 hooks :
2121 - id : yamllint
2222 - repo : https://github.com/awslabs/cfn-python-lint
23- rev : v1.20.1
23+ rev : v1.22.3
2424 hooks :
2525 - id : cfn-python-lint
2626 args :
Original file line number Diff line number Diff line change @@ -314,11 +314,9 @@ OpenChallenges app.
314314
315315The workflow for continuous integration:
316316
317- * Create PR from the git dev branch
317+ * Create PR from the git stage branch
318318* PR is reviewed and approved
319319* PR is merged
320- * CI deploys changes to the dev environment (dev.openchallenges.io) in the org-sagebase-openchallenges-dev account.
321- * Changes are promoted (or merged) to the git stage branch.
322320* CI deploys changes to the staging environment (stage.openchallenges.io) in the org-sagebase-openchallenges-prod account.
323321* Changes are promoted (or merged) to the git prod branch.
324322* CI deploys changes to the prod environment (prod.openchallenges.io) in the org-sagebase-openchallenges-prod account.
You can’t perform that action at this time.
0 commit comments