aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows/deploy.yml
diff options
context:
space:
mode:
authorbulve-ad <78788030+bulve-ad@users.noreply.github.com>2024-08-21 15:51:03 +0100
committerGitHub <noreply@github.com>2024-08-21 15:51:03 +0100
commitce76bbb2b32b58a93d88db4abdb1bbfbf27243ea (patch)
treeb8e77c62b6a2d50ab04215beb54055d14210a423 /.github/workflows/deploy.yml
parentc8e94530b65d6807b2b9bb246a542963839cce9d (diff)
parentd01d3bed939d7a17ea2205af502baeeb35510b5c (diff)
downloadde-project-bentley-ce76bbb2b32b58a93d88db4abdb1bbfbf27243ea.tar.gz
de-project-bentley-ce76bbb2b32b58a93d88db4abdb1bbfbf27243ea.zip
Merge branch 'development' into feature/transform_lambda
Diffstat (limited to '.github/workflows/deploy.yml')
-rw-r--r--.github/workflows/deploy.yml42
1 files changed, 0 insertions, 42 deletions
diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml
deleted file mode 100644
index 5672048..0000000
--- a/.github/workflows/deploy.yml
+++ /dev/null
@@ -1,42 +0,0 @@
-name: deploy-terraform
-
-on:
- pull_request:
- branches:
- - main
- push:
- branches:
- - main
-
-
-jobs:
- deploy-terraform:
- name: Deploy Terraform
- runs-on: ubuntu-latest
- #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
-
- - name: Configure AWS Credentials
- uses: aws-actions/configure-aws-credentials@v4
- with:
- aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }}
- aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
- aws-region: ${{ secrets.AWS_REGION }}
-
- - name: Terraform Init
- working-directory: terraform
- run: terraform init
-
- - name: Terraform Plan
- working-directory: terraform
- run: terraform plan
-
- - name: Terraform Apply
- working-directory: terraform
- run: terraform apply --auto-approve
git.ajschof.me — hosted by ajschofield — powered by cgit