Skip to content

Commit

Permalink
Re-enable deploy workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
digitaldogsbody committed Feb 26, 2024
1 parent b28b80a commit 0f3a10d
Showing 1 changed file with 19 additions and 19 deletions.
38 changes: 19 additions & 19 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
#name: Deploy Main to Staging
#on:
# push:
# branches:
# - "main"
#jobs:
# call_build_and_push:
# uses: ./.github/workflows/build.yml
# with:
# image_name: ${{ github.repository }}
# image_tag: main
# secrets: inherit
# deploy:
# needs: [call_build_and_push]
# uses: ./.github/workflows/_update_terraform.yml
# with:
# image_tag: main
# deployment_environment: staging
# secrets: inherit
name: Deploy Main to Staging
on:
push:
branches:
- "main"
jobs:
call_build_and_push:
uses: ./.github/workflows/build.yml
with:
image_name: ${{ github.repository }}
image_tag: main
secrets: inherit
deploy:
needs: [call_build_and_push]
uses: ./.github/workflows/_update_terraform.yml
with:
image_tag: main
deployment_environment: staging
secrets: inherit

0 comments on commit 0f3a10d

Please sign in to comment.