Skip to content

Commit f4e2789

Browse files
committed
Rollback to EKS
1 parent 951bebb commit f4e2789

File tree

5 files changed

+3
-64
lines changed

5 files changed

+3
-64
lines changed

.github/workflows/deploy-production.yaml

Lines changed: 0 additions & 27 deletions
This file was deleted.

.github/workflows/feature-branch.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ permissions:
1212

1313
jobs:
1414
do:
15-
uses: cloudposse/github-actions-workflows/.github/workflows/dockerized-ecs-app-feature-branch.yml@deploy-ecs
15+
uses: cloudposse/github-actions-workflows/.github/workflows/dockerized-app-feature-branch.yml@main
1616
with:
1717
organization: "${{ github.event.repository.owner.login }}"
1818
repository: "${{ github.event.repository.name }}"
@@ -24,5 +24,3 @@ jobs:
2424
github-private-actions-pat: "${{ secrets.PUBLIC_REPO_ACCESS_TOKEN }}"
2525
registry: "${{ secrets.ECR_REGISTRY }}"
2626
secret-outputs-passphrase: "${{ secrets.GHA_SECRET_OUTPUT_PASSPHRASE }}"
27-
spacelift-api-key-id: ${{ secrets.SPACELIFT_API_KEY_ID }}
28-
spacelift-api-key-secret: ${{ secrets.SPACELIFT_API_KEY_SECRET }}

.github/workflows/hotfix-branch.yml

Lines changed: 0 additions & 28 deletions
This file was deleted.

.github/workflows/main-branch.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ permissions:
99

1010
jobs:
1111
do:
12-
uses: cloudposse/github-actions-workflows/.github/workflows/dockerized-ecs-app-main-branch.yml@deploy-ecs
12+
uses: cloudposse/github-actions-workflows/.github/workflows/dockerized-app-main-branch.yml@main
1313
with:
1414
organization: "${{ github.event.repository.owner.login }}"
1515
repository: "${{ github.event.repository.name }}"
@@ -18,5 +18,3 @@ jobs:
1818
github-private-actions-pat: "${{ secrets.PUBLIC_REPO_ACCESS_TOKEN }}"
1919
registry: "${{ secrets.ECR_REGISTRY }}"
2020
secret-outputs-passphrase: "${{ secrets.GHA_SECRET_OUTPUT_PASSPHRASE }}"
21-
spacelift-api-key-id: ${{ secrets.SPACELIFT_API_KEY_ID }}
22-
spacelift-api-key-secret: ${{ secrets.SPACELIFT_API_KEY_SECRET }}

.github/workflows/release.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ permissions:
99

1010
jobs:
1111
perform:
12-
uses: cloudposse/github-actions-workflows/.github/workflows/dockerized-ecs-app-release.yml@deploy-ecs
12+
uses: cloudposse/github-actions-workflows/.github/workflows/dockerized-app-release.yml@main
1313
with:
1414
organization: "${{ github.event.repository.owner.login }}"
1515
repository: "${{ github.event.repository.name }}"
@@ -19,5 +19,3 @@ jobs:
1919
github-private-actions-pat: "${{ secrets.PUBLIC_REPO_ACCESS_TOKEN }}"
2020
registry: "${{ secrets.ECR_REGISTRY }}"
2121
secret-outputs-passphrase: "${{ secrets.GHA_SECRET_OUTPUT_PASSPHRASE }}"
22-
spacelift-api-key-id: ${{ secrets.SPACELIFT_API_KEY_ID }}
23-
spacelift-api-key-secret: ${{ secrets.SPACELIFT_API_KEY_SECRET }}

0 commit comments

Comments
 (0)