diff options
| author | lian-manonog <lian.manonog@gmail.com> | 2024-08-16 12:20:54 +0100 |
|---|---|---|
| committer | lian-manonog <lian.manonog@gmail.com> | 2024-08-16 12:20:54 +0100 |
| commit | 3d56751d93eeb5ef6cef1f44dd54ee38fcd1fe3c (patch) | |
| tree | 00418bec7e91df4136ac480548409602a0b07d84 /.github/workflows/deploy.yml | |
| parent | 861fd5fe8303c6558c7763477c89dc98fff23c57 (diff) | |
| download | de-project-bentley-3d56751d93eeb5ef6cef1f44dd54ee38fcd1fe3c.tar.gz de-project-bentley-3d56751d93eeb5ef6cef1f44dd54ee38fcd1fe3c.zip | |
wip: change env line 14 to production
Diffstat (limited to '.github/workflows/deploy.yml')
| -rw-r--r-- | .github/workflows/deploy.yml | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 922daee..bd9df57 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -5,15 +5,17 @@ on: branches: - ci-cd-branch # Adjust the branch based on our deployment strategy + jobs: deploy-terraform: name: Deploy Terraform runs-on: ubuntu-latest - environment: test-env + #needs: run-checks (must ref on-commit.yml file) + environment: production steps: - name: Checkout Repo uses: actions/checkout@v4 - + - name: Install Terraform uses: hashicorp/setup-terraform@v3 |
