atsign-foundation / at_server

The software implementation of Atsign's core technology
https://docs.atsign.com
BSD 3-Clause "New" or "Revised" License
40 stars 12 forks source link

New root deployment workflow for GCP #385

Closed cpswan closed 2 years ago

cpswan commented 3 years ago

Describe the solution you'd like We previously had a workflow job that deployed the root server to Digital Ocean, but that infrastructure has been moved to GCP.

So we need a new version of that job that targets the GCP infrastructure, but it should only run when we do a release to production, so maybe use a tag rX.Y.Z where r is for Root.

Describe alternatives you've considered We could continue running root deploys every time we push to staging, but this provides less control, and is potentially dangerous when trying to make changes to root.

cpswan commented 2 years ago

No progress on this in PR36, so bumping to PR37

kumarnarendra701 commented 2 years ago

@cpswan - Added GitHub action workflow for root server deployment. Please review and let me know if you see any improvements. https://github.com/atsign-foundation/at_server/pull/708

kumarnarendra701 commented 2 years ago

@cpswan - Can we close this?