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

Fix deployment tagging #42

Open
sampierson opened this issue Mar 29, 2018 · 1 comment
Open

Fix deployment tagging #42

sampierson opened this issue Mar 29, 2018 · 1 comment

Comments

@sampierson
Copy link
Member

In February tagging of commits deployed suddenly stopped working with error message:

{
  "message": "Bad credentials",
  "documentation_url": "https://developer.github.com/v3"
}
@sampierson
Copy link
Member Author

sampierson commented Jun 29, 2018

We need 2 forms of tagging:

  • semver, e.g. v1.2.3 to communicate scope of changes (see separate ticket)
  • <deployment>-<timestamp> to communicate when a commit was actually deployed to an env

After a full promotion, you Ideally you should see a commit with tags like:

<SHA> v1.2.3 integration-20180606060606 staging-20180607070707 prod-20180614080808

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant