Skip to content

Commit 89b0127

Browse files
committed
ELI-452: removes seed script, renames workflows
1 parent 936b200 commit 89b0127

File tree

12 files changed

+6
-359
lines changed

12 files changed

+6
-359
lines changed

.github/workflows/base-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ jobs:
161161
INPUT_RELEASE_TYPE: ${{ inputs.release_type }}
162162
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
163163
GITHUB_REPOSITORY: ${{ github.repository }}
164-
run: poetry run python scripts/seed_users/tag_and_release.py
164+
run: poetry run python scripts/workflow/tag_and_release.py
165165

166166

167167
regression-tests:

.github/workflows/cicd-1-pull-request.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: "CI/CD pull request"
1+
name: "1. CI | Pull Request"
22

33
# The total recommended execution time for the "CI/CD Pull Request" workflow is around 20 minutes.
44

.github/workflows/cicd-2-publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Triggered on push to main. Tags the commit with a dev-<timestamp> label.
33
# Does not create GitHub Releases or production tags (v1.x.x).
44

5-
name: "CI/CD publish"
5+
name: "2. CD | Deploy to Dev"
66

77
on:
88
push:
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: "Auto Deploy to test"
1+
name: "3. CD | Deploy to Test"
22

33
on:
44
workflow_run:

.github/workflows/cicd-3-test.yaml

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

.github/workflows/cicd-4a-preprod-deploy.yml renamed to .github/workflows/cicd-4-preprod-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Preprod Deploy
1+
name: "4. CD | Deploy to PreProd"
22

33
concurrency:
44
group: terraform-deploy-preprod

.github/workflows/cicd-4b-preprod-seed-users.yml

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

.github/workflows/cicd-5-prod-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Prod Promote
1+
name: "5. CD | Deploy to Prod"
22

33
concurrency:
44
group: terraform-deploy-prod

scripts/seed_users/README.md

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

scripts/seed_users/seed_dynamodb.py

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

0 commit comments

Comments
 (0)