Skip to content

Allow tags like v0.1 #2

Allow tags like v0.1

Allow tags like v0.1 #2

Workflow file for this run

name: 🚀 Deploy Production
on:
push:
tags:
- v*
jobs:
deploy-prod:
uses: ./.github/workflows/deploy-wf.yaml
secrets: inherit
concurrency: prod
with:
stage: prod
url: https://console.modelmywatershed.org
fd-aws-tf-modules-version: v2.27.0