Automate deployment yaml file creation with GitHub actions (wishlist!)
Create new yaml files by starting a trigger (issue?) that includes the deployment ID and any other fields we know need to be updated (comments, contributors, creator, summary, etc), which then initiates a GitHub action to run generate-deployment_yaml.py . Because the script accesses the database we will need to wait until it is in the cloud to figure out permissions and access
Automate deployment yaml file creation with GitHub actions (wishlist!)
Create new yaml files by starting a trigger (issue?) that includes the deployment ID and any other fields we know need to be updated (comments, contributors, creator, summary, etc), which then initiates a GitHub action to run
generate-deployment_yaml.py. Because the script accesses the database we will need to wait until it is in the cloud to figure out permissions and access