diff --git a/.github/workflows/deploy-prod.yaml b/.github/workflows/deploy-prod.yaml index cb3ab1c..a3dd141 100644 --- a/.github/workflows/deploy-prod.yaml +++ b/.github/workflows/deploy-prod.yaml @@ -2,7 +2,7 @@ name: 🚀 Deploy Production on: push: - tags: + tags: - v.* jobs: @@ -13,4 +13,4 @@ jobs: with: stage: prod url: https://console.modelmywatershed.org - fd-aws-tf-modules-version: v2.23.0 + fd-aws-tf-modules-version: v2.24.0 diff --git a/.github/workflows/deploy-staging.yaml b/.github/workflows/deploy-staging.yaml index 1365f4a..d32871a 100644 --- a/.github/workflows/deploy-staging.yaml +++ b/.github/workflows/deploy-staging.yaml @@ -4,7 +4,8 @@ on: push: branches: - main - tags: + - pv/reusable + tags: - v.* jobs: @@ -15,4 +16,4 @@ jobs: with: stage: staging url: https://console.staging.modelmywatershed.org - fd-aws-tf-modules-version: v2.23.0 + fd-aws-tf-modules-version: v2.24.0 diff --git a/.github/workflows/validate.yaml b/.github/workflows/validate.yaml index a00e9f2..9e56ad4 100644 --- a/.github/workflows/validate.yaml +++ b/.github/workflows/validate.yaml @@ -3,7 +3,7 @@ name: Pre-commit CI on: push env: - fd-aws-tf-modules-version: v2.23.0 + fd-aws-tf-modules-version: v2.24.0 jobs: validate: @@ -19,10 +19,9 @@ jobs: - uses: actions/setup-python@v5 with: python-version: "3.11" - # TODO: re-enable this when upgrading to >= 2.23.0 w/ fix for tflint - # - name: Preparing Environment - # id: prep_env - # run: ./scripts/retrieve_tf_modules.sh ${{ env.fd-aws-tf-modules-version }} + - name: Preparing Environment + id: prep_env + run: ./scripts/retrieve_tf_modules.sh ${{ env.fd-aws-tf-modules-version }} - name: Install pre-commit run: pip install pre-commit - name: Run pre-commit hooks diff --git a/README.md b/README.md index 0321611..632f4fe 100644 --- a/README.md +++ b/README.md @@ -87,7 +87,7 @@ The `bucket` name will be the value to be set for `TF_STATE_BUCKET`, e.g., Download the filmdrop-aws-tf-modules source: ```shell -./scripts/retrieve_tf_modules.sh v2.23.0 +./scripts/retrieve_tf_modules.sh v2.24.0 ``` Re-run this anytime you with to uptake a new `filmdrop-aws-tf-modules` release,