fix: updates to CI/CD Paths
All checks were successful
Deploy to Staging / Build Images (push) Successful in 21s
Deploy to Staging / Deploy to Staging (push) Successful in 28s
Deploy to Staging / Verify Staging (push) Successful in 7s
Deploy to Staging / Notify Staging Ready (push) Successful in 6s
Deploy to Staging / Notify Staging Failure (push) Has been skipped
All checks were successful
Deploy to Staging / Build Images (push) Successful in 21s
Deploy to Staging / Deploy to Staging (push) Successful in 28s
Deploy to Staging / Verify Staging (push) Successful in 7s
Deploy to Staging / Notify Staging Ready (push) Successful in 6s
Deploy to Staging / Notify Staging Failure (push) Has been skipped
This commit is contained in:
@@ -228,14 +228,6 @@
|
||||
args:
|
||||
creates: "{{ app_root }}/.git"
|
||||
|
||||
- name: Create production secrets directory
|
||||
file:
|
||||
path: "{{ app_root }}/secrets/production"
|
||||
state: directory
|
||||
owner: act_runner
|
||||
group: act_runner
|
||||
mode: '0700'
|
||||
|
||||
- name: Create data directories
|
||||
file:
|
||||
path: "{{ app_root }}/{{ item }}"
|
||||
@@ -343,6 +335,6 @@
|
||||
sudo journalctl -u act_runner -f
|
||||
docker ps
|
||||
|
||||
IMPORTANT: Ensure production secrets are configured in:
|
||||
{{ app_root }}/secrets/production/
|
||||
IMPORTANT: Ensure secrets are configured in:
|
||||
{{ app_root }}/secrets/app/
|
||||
================================================
|
||||
|
||||
@@ -258,14 +258,6 @@
|
||||
args:
|
||||
creates: "{{ app_root }}/.git"
|
||||
|
||||
- name: Create staging secrets directory
|
||||
file:
|
||||
path: "{{ app_root }}/secrets/staging"
|
||||
state: directory
|
||||
owner: act_runner
|
||||
group: act_runner
|
||||
mode: '0700'
|
||||
|
||||
- name: Create data directories
|
||||
file:
|
||||
path: "{{ app_root }}/{{ item }}"
|
||||
|
||||
Reference in New Issue
Block a user