Skip to content

Commit 21b070a

Browse files
committed
Fix upgrade-aws
1 parent ff04f05 commit 21b070a

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

.github/workflows/upgrade-aws.yml

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -63,18 +63,3 @@ jobs:
6363
run: docker build -t 983851922138.dkr.ecr.eu-central-1.amazonaws.com/tippecanoe:latest .
6464
- name: Push
6565
run: docker push 983851922138.dkr.ecr.eu-central-1.amazonaws.com/tippecanoe
66-
67-
upgrade-aws:
68-
name: Start Upgrade AWS
69-
runs-on: ubuntu-latest
70-
needs: [ecr]
71-
steps:
72-
- uses: actions/checkout@v2
73-
- uses: aws-actions/configure-aws-credentials@v1
74-
name: Configure AWS Credentials
75-
with:
76-
aws-access-key-id: ${{ secrets.UPGRADE_AWS_PRODUCTION_AWS_ACCESS_KEY_ID }}
77-
aws-secret-access-key: ${{ secrets.UPGRADE_AWS_PRODUCTION_AWS_SECRET_ACCESS_KEY }}
78-
aws-region: eu-central-1
79-
- name: Start Upgrade AWS
80-
run: 'aws stepfunctions start-execution --state-machine-arn "$(aws ssm get-parameter --name GitHubActionsUpgradeAwsStateMachine | jq ''.Parameter.Value'' -r)" --input ''{"Repository":"${{ github.repository }}","Branch":"''$(echo "${{ github.ref }}" | sed -e ''s/^refs.heads.//'')''","Revision":"${{ github.sha }}"}'''

0 commit comments

Comments
 (0)