Skip to content

Commit 8b81384

Browse files
authored
Merge pull request #83 from infinum/feature/ecs
Remove parameter store
2 parents c71ce6c + 9af3ed8 commit 8b81384

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

.github/workflows/deploy-staging-ecs.yml

-7
Original file line numberDiff line numberDiff line change
@@ -43,13 +43,6 @@ jobs:
4343
aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID || '' }}
4444
aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY || '' }}
4545

46-
- name: Pull secrets from AWS SSM parameter store
47-
if: ${{ vars.ssm_param_store_prefix }}
48-
uses: infinum/[email protected]
49-
with:
50-
prefix: ${{ vars.ssm_param_store_prefix }}
51-
destination_path: ${{ vars.ssm_param_store_destination_path }}
52-
5346
- name: Configure custom region for AWS ECR
5447
if: ${{ vars.aws_ecr_region != vars.aws_region }}
5548
uses: aws-actions/configure-aws-credentials@v4

0 commit comments

Comments
 (0)