Skip to content

Commit

Permalink
adding
Browse files Browse the repository at this point in the history
  • Loading branch information
CURRTIS1 committed Feb 20, 2024
1 parent 3877ef7 commit 70d652a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ jobs:
bitbucket_mirror:
name: Mirror to Bitbucket
runs-on: ubuntu-latest
environment: 'prod'
steps:
- name: Checkout the Repository to the runner
uses: actions/checkout@v4
Expand Down Expand Up @@ -97,6 +98,7 @@ jobs:
- name: Download Terraform Plan
uses: actions/download-artifact@v3
with:
path: ./layers/000base/000base_tfplan
name: 000base_tfplan
- name: Terraform Apply
if: github.ref == 'refs/heads/master' && github.event_name == 'push'
Expand Down

0 comments on commit 70d652a

Please sign in to comment.