More details coming soon!
More details coming soon!
More details coming soon!
More details coming soon!
Initial deployment
Go to "Client" tab under your game page in Admin panel
Select "Create initial version":
index.html
)Next deployments
Go to "Client" tab under your game page in Admin panel
Select "Create new version" and drag and drop new game build as Zip file, and click "Create"
Select your desired Game Client build version in the "Versions" dropdown (if you just created a new version, it will be selected automatically)
Select "Deploy version X" under the "Current active version" block to deploy it on Development
environment
After successful deployment into Development
environment, you can deploy the current selected version into Staging
environment by selecting "Promote version X to staging". You can switch between different environment using the environment selector at the top of the page.
After successful deployment into Staging
environment and proper testing, you can deploy the current selected version to Production
environment by selecting "Promote version X to production".
First time deployment
Go to "Server" tab under your game page in Admin panel
Select "Connect to repository":
NOTE: If you have not found your repository in the list, check your Organization Settings -> Repository integrations and add/update access to your selected repositories
Select "Create initial version" and choose appropriate settings of your deployment. For ex. select .NET 8.0
as Runtime, and SampleProject.Function
as Entry point if you are testing sample project
Select "Deploy version 1" and click "Deploy" that will start Game Server function deployment from your selected previously repository branch and commit into Development
environment. It will take few minutes for deploying the Game Server function, and you will see the success message or error if deployment was failed.
Next deployments
Go to "Server" tab under your game page in Admin panel
Select "Create new version" under "Versions" block and update new version configs if needed. Click "Create" to make new Game Server function version for next deploy
Select your desired Game Server function version in the "Versions" dropdown (if you just created a new version, it will be selected automatically)
Select "Deploy version X" under the "Function" block to deploy it on Development
environment
After successful deployment into Development
environment, you can deploy the current selected version into Staging
environment by selecting "Promote version X to staging". You can switch between different environment using the environment selector at the top of the page.
After successful deployment into Staging
environment and proper testing, you can deploy the current selected version to Production
environment by selecting "Promote version X to production".
More details coming soon!
More details coming soon!
More details coming soon!
More details coming soon!