Commit 9c626eb 1 parent 0d98cc7 commit 9c626eb Copy full SHA for 9c626eb
File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
- name : " Terraform Plan "
1
+ name : " Terraform Apply "
2
2
on :
3
3
workflow_dispatch :
4
4
push :
8
8
- hosting/terraform/grafana/*.tf
9
9
- hosting/terraform/grafana/dashboards/*.json
10
10
jobs :
11
- plan :
11
+ apply :
12
12
if : ${{github.repository == 'ymgyt/syndicationd'}}
13
13
runs-on : ubuntu-latest
14
14
timeout-minutes : 60
32
32
- name : terraform apply
33
33
id : apply
34
34
continue-on-error : true
35
- run : nix develop .#ci --accept-flake-config --command just tf grafana apply -no-color
35
+ run : nix develop .#ci --accept-flake-config --command just tf grafana apply -no-color -auto-approve
36
36
env :
37
37
TF_TOKEN_app_terraform_io : " ${{secrets.TF_TOKEN_APP_TERRAFORM_IO}}"
38
38
TF_VAR_grafana_sa_token : " ${{secrets.GRAFANA_SA_TOKEN}}"
You can’t perform that action at this time.
0 commit comments