Skip to content

Commit

Permalink
reorder ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Phil Varner committed May 17, 2024
1 parent 77a6b0e commit a45e54f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,22 +11,22 @@ on:

jobs:
deploy-staging:
uses: ./.github/workflows/deploy-reusable.yaml
secrets: inherit
environment:
name: staging
url: https://tiler.staging.modelmywatershed.org
uses: ./.github/workflows/deploy-reusable.yaml
secrets: inherit
with:
project-name: ${{ env.PROJECT_NAME }}
stage: staging
fd-aws-tf-modules-version: ${{ env.FILMDROP_TERRAFORM_RELEASE }}

deploy-prod:
uses: ./.github/workflows/deploy-reusable.yaml
secrets: inherit
environment:
name: prod
url: https://tiler.modelmywatershed.org
uses: ./.github/workflows/deploy-reusable.yaml
secrets: inherit
with:
project-name: ${{ env.PROJECT_NAME }}
stage: staging
Expand Down

0 comments on commit a45e54f

Please sign in to comment.