Skip to content

Commit a970eaa

Browse files
committed
πŸ—„ [chore] cleanup
1 parent ba6522e commit a970eaa

2 files changed

Lines changed: 3 additions & 7 deletions

File tree

β€Ž.github/workflows/apply-staging.ymlβ€Ž

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,8 @@ jobs:
5252
run: terraform validate
5353

5454
- name: "πŸ“₯ Import Existing Buckets"
55-
run: ../scripts/import-resources.sh
55+
working-directory: "."
56+
run: ./scripts/import-resources.sh
5657

5758
- name: "πŸ“‹ Terraform Plan"
5859
run: terraform plan -input=false -out=tfplan
@@ -72,8 +73,6 @@ jobs:
7273
needs: plan
7374
if: github.event_name == 'workflow_dispatch'
7475
runs-on: ubuntu-latest
75-
# The environment carries a 24h wait timer (configured in repo settings):
76-
# the job sits in "Waiting" for 24h, and cancelling the run aborts the apply.
7776
environment: "Staging"
7877
defaults:
7978
run:

β€Žstaging/config.yamlβ€Ž

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
1-
# Environment config, single source of truth for main.tf and CI
2-
# (apply-staging.yml). Data only: resource logic belongs in *.tf files.
3-
4-
# R2 buckets. Key "foo" must match a module named "r2_foo" in main.tf.
1+
# R2 buckets
52
# location is an optional hint: WNAM, ENAM, WEUR, EEUR, APAC, OC
63
buckets:
74
img:

0 commit comments

Comments
Β (0)