Skip to content

Commit

Permalink
removes rolling deployments for runner as that puts app in rolling st…
Browse files Browse the repository at this point in the history
…ate. my guess is due to there being 0 instances requested to start
  • Loading branch information
btylerburton committed Feb 13, 2025
1 parent 0940f20 commit 36cca6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ jobs:
- name: deploy DHL
uses: cloud-gov/cg-cli-tools@main
with:
command: cf push datagov-harvest-admin --vars-file vars.development.yml --strategy rolling --no-wait && cf push datagov-harvest-runner --vars-file vars.development.yml --strategy rolling --no-wait
command: cf push datagov-harvest-admin --vars-file vars.development.yml --strategy rolling --no-wait && cf push datagov-harvest-runner --vars-file vars.development.yml
cf_org: gsa-datagov
cf_space: ${{vars.ENVIRONMENT_NAME}}
cf_username: ${{secrets.CF_SERVICE_USER}}
Expand Down

1 comment on commit 36cca6d

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Title Coverage Tests Skipped Failures Errors Time
Unit tests Coverage 39 0 💤 0 ❌ 0 🔥 0.989s ⏱️
Integration Tests Coverage 72 0 💤 0 ❌ 0 🔥 4.564s ⏱️
Functional Tests Coverage 2 0 💤 0 ❌ 0 🔥 9.153s ⏱️

Please sign in to comment.