Skip to content

Commit

Permalink
Merge pull request #468 from hackforla/dev
Browse files Browse the repository at this point in the history
One more 🌝
  • Loading branch information
sellnat77 authored Mar 27, 2020
2 parents 7718c96 + af5d7d4 commit 04a34b7
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions .github/workflows/Continuous_Delivery.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,19 +44,19 @@ jobs:
BASE_BRANCH: master # The branch the action should deploy from.
BRANCH: gh-pages # The branch the action should deploy to.
FOLDER: dist # The folder the action should deploy.
- name: Terraform Init
uses: hashicorp/terraform-github-actions@master
with:
tf_actions_version: ${{ env.tf_version }}
tf_actions_working_dir: ${{ env.tf_working_dir }}
tf_actions_subcommand: 'init'
- name: Terraform Validate
uses: hashicorp/terraform-github-actions@master
with:
tf_actions_version: ${{ env.tf_version }}
tf_actions_working_dir: ${{ env.tf_working_dir }}
tf_actions_subcommand: 'validate'
tf_actions_comment: true
# - name: Terraform Init
# uses: hashicorp/terraform-github-actions@master
# with:
# tf_actions_version: ${{ env.tf_version }}
# tf_actions_working_dir: ${{ env.tf_working_dir }}
# tf_actions_subcommand: 'init'
# - name: Terraform Validate
# uses: hashicorp/terraform-github-actions@master
# with:
# tf_actions_version: ${{ env.tf_version }}
# tf_actions_working_dir: ${{ env.tf_working_dir }}
# tf_actions_subcommand: 'validate'
# tf_actions_comment: true
# - name: Terraform Apply
# uses: hashicorp/terraform-github-actions@master
# with:
Expand Down

0 comments on commit 04a34b7

Please sign in to comment.