per provider container defaults
parent
382b9c444a
commit
b283091d80
|
|
@ -9,6 +9,7 @@ env:
|
||||||
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
|
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
|
||||||
CLOUD_RUNNER_BRANCH: cloud-runner-develop
|
CLOUD_RUNNER_BRANCH: cloud-runner-develop
|
||||||
UNITY_LICENSE: ${{ secrets.UNITY_LICENSE }}
|
UNITY_LICENSE: ${{ secrets.UNITY_LICENSE }}
|
||||||
|
AWS_BASE_STACK_NAME: game-ci-github-pipelines
|
||||||
|
|
||||||
# Controls when the workflow will run
|
# Controls when the workflow will run
|
||||||
on:
|
on:
|
||||||
|
|
|
||||||
|
|
@ -23,12 +23,12 @@ Parameters:
|
||||||
Default: 80
|
Default: 80
|
||||||
Description: What port number the application inside the docker container is binding to
|
Description: What port number the application inside the docker container is binding to
|
||||||
ContainerCpu:
|
ContainerCpu:
|
||||||
Type: Number
|
Type: String
|
||||||
Default: 1024
|
Default: '1024'
|
||||||
Description: How much CPU to give the container. 1024 is 1 CPU
|
Description: How much CPU to give the container. 1024 is 1 CPU
|
||||||
ContainerMemory:
|
ContainerMemory:
|
||||||
Type: Number
|
Type: String
|
||||||
Default: 2048
|
Default: '2048'
|
||||||
Description: How much memory in megabytes to give the container
|
Description: How much memory in megabytes to give the container
|
||||||
BUILDGUID:
|
BUILDGUID:
|
||||||
Type: String
|
Type: String
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue