File tree Expand file tree Collapse file tree 2 files changed +2
-15
lines changed Expand file tree Collapse file tree 2 files changed +2
-15
lines changed Original file line number Diff line number Diff line change 3939 sam-deploy :
4040 needs : gradle-test
4141 runs-on : ubuntu-latest
42- # if: github.event_name == 'pull_request' && github.event.action == 'closed' && github.event.pull_request.merged == true
42+ if : github.event_name == 'pull_request' && github.event.action == 'closed' && github.event.pull_request.merged == true
4343 steps :
4444 - name : Checkout code
4545 uses : actions/checkout@v3
5858 restore-keys : |
5959 ${{ runner.os }}-gradle-
6060
61- # - name: Install AWS CLI
62- # run: |
63- # curl "https://awscli.amazonaws.com/awscli-exe-linux-x86_64.zip" -o "awscliv2.zip"
64- # unzip awscliv2.zip
65- # sudo ./aws/install --update
66-
67- # - name: Install SAM CLI
68- # run: |
69- # wget https://github.com/aws/aws-sam-cli/releases/latest/download/aws-sam-cli-linux-x86_64.zip
70- # unzip aws-sam-cli-linux-x86_64.zip -d sam-installation
71- # sudo ./sam-installation/install --update
72- # sam --version
73-
7461 - name : Configure AWS credentials
7562 uses : aws-actions/configure-aws-credentials@v2
7663 with :
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ stack_name = "MinoriBackDev"
44resolve_s3 = true
55s3_prefix = " MinoriBackDev"
66region = " ap-northeast-2"
7- confirm_changeset = true
7+ confirm_changeset = false
88capabilities = " CAPABILITY_IAM"
99disable_rollback = true
1010image_repositories = []
You can’t perform that action at this time.
0 commit comments