Skip to content

Commit

Permalink
end test
Browse files Browse the repository at this point in the history
  • Loading branch information
Hermann90 committed Nov 5, 2024
1 parent 383067e commit a7aa39f
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,3 +107,31 @@ jobs:
# - name: Apply Terraform Plan
# working-directory: ${{ env.TF_WORKING_DIR }}
# run: terraform apply -auto-approve tfplan.binary
---
name: Manual Deploy Stage

on:
workflow_dispatch:

jobs:
deploy:
name: Deploy Stage
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2

# - name: Download Plan Artifact
# uses: actions/download-artifact@v2
# with:
# name: tfplan.binary
# path: ./terraform

# - name: Set up Terraform
# uses: hashicorp/setup-terraform@v2
# with:
# terraform_version: "1.5.0"

- name: Terraform Apply
working-directory: ./terraform
run: echo "TEST END"

0 comments on commit a7aa39f

Please sign in to comment.