This multiplayer demo is a cloud first implementation of a global scale, realtime multiplayer game utilising dedicated game servers, utilising both Google Cloud's products and open source gaming solutions.
Apache License 2.0
117
stars
16
forks
source link
Move Profile Service to Cloud Deploy Parameters #236
Starting the work to move our Service Cloud Deploy configuration away from files generated from Terraform, to using Cloud Deploy Parameters!
So the Teraform now stores the required information on the Cloud Deploy Pipeline that needs to be used in Parameters - and Cloud Deploy handles the rest! It's pretty straight forward, and requires minimal code changes.
Included some other minor tweaks:
Switch to use a script step.
Formatted the cloud build script
Needed to upgrade the Google Cloud Terraform module
Starting the work to move our Service Cloud Deploy configuration away from files generated from Terraform, to using Cloud Deploy Parameters!
So the Teraform now stores the required information on the Cloud Deploy Pipeline that needs to be used in Parameters - and Cloud Deploy handles the rest! It's pretty straight forward, and requires minimal code changes.
Included some other minor tweaks:
More services coming!
Work on #181