Skip to content

Commit 9b43a37

Browse files
authored
infra: Remove PGP key from SaaS build (#6194)
1 parent 33ad626 commit 9b43a37

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
aws-access-key-id: ${{ vars.AWS_ACCESS_KEY_ID }}
3939
aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
4040
aws-region: eu-west-2
41-
mask-aws-account-id: 'no'
41+
mask-aws-account-id: "no"
4242

4343
- name: Login to Amazon ECR
4444
id: login-ecr
@@ -62,7 +62,6 @@ jobs:
6262
build-args: CI_COMMIT_SHA=${{ github.sha }}
6363
secrets: |
6464
github_private_cloud_token=${{ secrets.GH_PRIVATE_ACCESS_TOKEN }}
65-
"sse_pgp_pkey=${{ secrets.SSE_PGP_PRIVATE_KEY }}"
6665
push: true
6766
tags: ${{ steps.meta.outputs.tags }}
6867
labels: ${{ steps.meta.outputs.labels }}

infrastructure/aws/production/ecs-task-definition-task-processor.json

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -85,10 +85,6 @@
8585
"name": "INFLUXDB_URL",
8686
"value": "https://eu-central-1-1.aws.cloud2.influxdata.com"
8787
},
88-
{
89-
"name": "AWS_SSE_LOGS_BUCKET_NAME",
90-
"value": "flagsmith-fastly-logs-production"
91-
},
9288
{
9389
"name": "OAUTH_CLIENT_ID",
9490
"value": "232959427810-br6ltnrgouktp0ngsbs04o14ueb9rch0.apps.googleusercontent.com"

0 commit comments

Comments
 (0)