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

add GitHub action for deploy of production service #1030

Closed
wants to merge 2 commits into from

Conversation

elrayle
Copy link
Collaborator

@elrayle elrayle commented Feb 2, 2024

This action is very similar to the dev action. The main differences are:

  • deploy on release
  • deploy to US prod and EU prod

},
{
"name": "BUILD_SHA",
"value": "${{ github.sha }}",
Copy link
Collaborator

Choose a reason for hiding this comment

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

May want to consider passing in env.DEPLOY_DOCKER_TAG, that is the semVer for production and github.sha for dev. Same on line 138.

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

We can pass in the version in addition to the sha. I want the sha always available because it is the source of truth about what code has been deployed.

Copy link
Collaborator

Choose a reason for hiding this comment

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

sounds good!

@elrayle
Copy link
Collaborator Author

elrayle commented Feb 13, 2024

Closing. The action is being merged into prod instead of master. It will be back ported to master.

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