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

Persist version to manifest file when deploying compute services #7

Merged
merged 1 commit into from
Mar 19, 2020

Conversation

phamann
Copy link
Member

@phamann phamann commented Mar 17, 2020

TL;DR

Persist version to manifest file when deploying compute services.

Why?

Since #5 we are now correctly persisting the service version to the local fastly.toml manifest file. The intention is for other commands to infer the service id and version from the manifest to avoid a user having to manually pass them as flags. However this version state isn't being kept up-to-date when a deploy occurs and therefore causing drift. This fixes that.

@phamann phamann requested a review from peterbourgon March 17, 2020 14:41
Copy link
Contributor

@peterbourgon peterbourgon left a comment

Choose a reason for hiding this comment

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

🚢

@phamann phamann merged commit 00f47c4 into master Mar 19, 2020
@phamann phamann deleted the phamann/deploy-versioning branch March 19, 2020 15:17
@phamann phamann added the enhancement New feature or request label Apr 15, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants