Open isedwards opened 3 years ago
Automatic deployment of the develop branch on the cloud service via GitHub actions.
@AbnerBissolli please document here in the comments what are the project files used by the deploy pipeline using GitHub Actions and where to setup the parameters used by the pipeline.
So far we have the git clone being performed after a merge on the develop branch. Let's include the other required steps such as:
The requested changes were added in the workflow deploy-cloud.yml
The secrets of the workflow were added at Settings->Secrets->Actions:
Review/create the automated build process for SURFACE CDMS.
Use the build process to deploy a demonstation version of the SURFACE Django application at
https://demo.opencdms.org/
with a demonstration version of the SURFACE API made available athttps://demo.opencdms.org/api/surface/
(see #19)@opencdms/pyopencdms