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

Update service apps to use GitHub action for Deploy #1026

Closed
elrayle opened this issue Jan 23, 2024 · 2 comments
Closed

Update service apps to use GitHub action for Deploy #1026

elrayle opened this issue Jan 23, 2024 · 2 comments

Comments

@elrayle
Copy link
Collaborator

elrayle commented Jan 23, 2024

Description

The service and dev-service Azure web apps are currently deployed using Azure pipeline. This issue proposes moving deploy to a GitHub action that builds the docker image, publishes it to GitHub packages, and deploys the app to Azure. This reduces barriers for outside adopters who may want to deploy to an architecture other than Azure apps.

Related Work

@elrayle
Copy link
Collaborator Author

elrayle commented Jan 24, 2024

PR #1021 adds a GH action for deploying dev service. A similar action can be used to deploy production. Before adding this to production, need to address the following...

@elrayle
Copy link
Collaborator Author

elrayle commented Feb 20, 2024

@elrayle elrayle closed this as completed Feb 20, 2024
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

No branches or pull requests

1 participant