Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use CF7 for rolling deploys and restarts #1150

Merged
merged 4 commits into from
Aug 26, 2020
Merged

Use CF7 for rolling deploys and restarts #1150

merged 4 commits into from
Aug 26, 2020

Conversation

Jkrzy
Copy link
Contributor

@Jkrzy Jkrzy commented Aug 19, 2020

Description

For #1149, we're updating our circleci config to:

  • Use CircleCI convenience images
  • Install the latest (v7) cloudfoundry CLI
  • Handle deploys with cf7 push --strategy rolling
  • Handle restarts with cf7 restart --strategy rolling

Updating circleci config to use
latest CircleCI convenience images and
cloudfoundry CLI to remove outdated dependencies.
@neilmb
Copy link
Member

neilmb commented Aug 19, 2020

docs/deployment-process.md has the autopilot plugin and zero-downtime-push referenced in it. Do we want to change that documentation to give a more modern way of doing things?

@Jkrzy
Copy link
Contributor Author

Jkrzy commented Aug 20, 2020

@neilmb, YES!!! Thanks for catching that, I'll run through and update all the docs where needed.

Removing references to zdt and autopilot, replacing with V7 CLI
commands.
@Jkrzy Jkrzy merged commit 8e79196 into main Aug 26, 2020
@Jkrzy Jkrzy deleted the latest-clouds branch September 8, 2020 13:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants