fix: Added config directory to checkout for prod deployment
All checks were successful
Deploy to Staging / Build Images (push) Successful in 20s
Deploy to Staging / Deploy to Staging (push) Successful in 27s
Deploy to Staging / Verify Staging (push) Successful in 6s
Deploy to Staging / Notify Staging Ready (push) Successful in 5s
Deploy to Staging / Notify Staging Failure (push) Has been skipped
All checks were successful
Deploy to Staging / Build Images (push) Successful in 20s
Deploy to Staging / Deploy to Staging (push) Successful in 27s
Deploy to Staging / Verify Staging (push) Successful in 6s
Deploy to Staging / Notify Staging Ready (push) Successful in 5s
Deploy to Staging / Notify Staging Failure (push) Has been skipped
This commit is contained in:
@@ -247,13 +247,19 @@ jobs:
|
||||
needs: [validate, deploy-prod, verify-prod]
|
||||
if: failure()
|
||||
steps:
|
||||
- name: Checkout scripts only
|
||||
- name: Checkout scripts
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
sparse-checkout: scripts/
|
||||
sparse-checkout-cone-mode: true
|
||||
fetch-depth: 1
|
||||
|
||||
- name: Checkout config
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
sparse-checkout: config/
|
||||
sparse-checkout-cone-mode: true
|
||||
|
||||
- name: Execute rollback
|
||||
run: |
|
||||
cd "$DEPLOY_PATH"
|
||||
|
||||
Reference in New Issue
Block a user