This repository was archived by the owner on Jan 13, 2025. It is now read-only.
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Commit da6c5e4 committed Jul 12, 2024 · 2 / 3 · Verified
1 parent 062ab81 commit da6c5e4 Copy full SHA for da6c5e4
File tree 6 files changed +2
-7
lines changed
6 files changed +2
-7
lines changed Original file line number Diff line number Diff line change 1
- * @presentium/developers/ infrastructure
1
+ * @ presentium/infrastructure
Original file line number Diff line number Diff line change 21
21
with :
22
22
aws-region : ${{ vars.AWS_REGION }}
23
23
role-to-assume : ${{ vars.AWS_ARN }}
24
- role-session-name : terraform-check
25
24
26
25
- name : Check for drift
27
26
uses : dflook/terraform-check@v1
Original file line number Diff line number Diff line change 23
23
with :
24
24
aws-region : ${{ vars.AWS_REGION }}
25
25
role-to-assume : ${{ vars.AWS_ARN }}
26
- role-session-name : terraform-apply
27
26
28
27
- name : terraform apply
29
28
uses : dflook/terraform-apply@v1
Original file line number Diff line number Diff line change 20
20
with :
21
21
aws-region : ${{ vars.AWS_REGION }}
22
22
role-to-assume : ${{ vars.AWS_ARN }}
23
- role-session-name : terraform-plan
24
23
25
24
- name : terraform plan
26
25
uses : dflook/terraform-plan@v1
Original file line number Diff line number Diff line change 22
22
with :
23
23
aws-region : ${{ vars.AWS_REGION }}
24
24
role-to-assume : ${{ vars.AWS_ARN }}
25
- role-session-name : terraform-fmt-check
26
25
27
26
- name : terraform fmt
28
27
uses : dflook/terraform-fmt-check@v1
41
40
with :
42
41
aws-region : ${{ vars.AWS_REGION }}
43
42
role-to-assume : ${{ vars.AWS_ARN }}
44
- role-session-name : terraform-validate
45
43
46
44
- name : terraform validate
47
45
uses : dflook/terraform-validate@v1
Original file line number Diff line number Diff line change 2
2
3
3
Infrastructure for deploying the Presentium API and dashboard on the cloud.
4
4
5
- ## Continus Delivery
5
+ ## Continuous Delivery
6
6
7
7
The infrastructure is deployed using GitHub Actions. The workflow is defined in ` .github/workflows/terraform-apply.yml ` .
8
8
You can’t perform that action at this time.
0 commit comments