Skip to content

Commit

Permalink
remove validate
Browse files Browse the repository at this point in the history
  • Loading branch information
philvarner committed May 20, 2024
1 parent fe58226 commit 50603ad
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/deploy-wf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ permissions:
contents: read

jobs:
validate:
deploy:
environment:
name: ${{ inputs.stage }}
url: ${{ inputs.url }}
Expand Down Expand Up @@ -78,13 +78,6 @@ jobs:
id: tf_plan
run: terraform plan -var-file="${{ inputs.stage }}.tfvars" -out ${{ inputs.stage }}.tfplan -lock=false

deploy:
needs: ["validate"]
environment:
name: ${{ inputs.stage }}
url: ${{ inputs.url }}
runs-on: ubuntu-latest
steps:
- name: Configure Terraform Apply Credentials
id: apply_creds
uses: aws-actions/configure-aws-credentials@v4
Expand Down

0 comments on commit 50603ad

Please sign in to comment.