mirror of
https://github.com/fcwu/docker-ubuntu-vnc-desktop
synced 2025-12-06 16:32:47 +01:00
Deployment change
This commit is contained in:
parent
5d726895a2
commit
59b29666a2
5 changed files with 25 additions and 0 deletions
|
|
@ -4,6 +4,11 @@ agent:
|
|||
machine:
|
||||
type: e1-standard-2
|
||||
os_image: ubuntu2004
|
||||
|
||||
queue:
|
||||
name: Deployment queue
|
||||
scope: project
|
||||
|
||||
blocks:
|
||||
- name: Production Build
|
||||
task:
|
||||
|
|
|
|||
|
|
@ -4,6 +4,11 @@ agent:
|
|||
machine:
|
||||
type: e1-standard-2
|
||||
os_image: ubuntu2004
|
||||
|
||||
queue:
|
||||
name: Deployment queue
|
||||
scope: project
|
||||
|
||||
blocks:
|
||||
- name: Production Build
|
||||
task:
|
||||
|
|
|
|||
|
|
@ -4,6 +4,11 @@ agent:
|
|||
machine:
|
||||
type: e1-standard-2
|
||||
os_image: ubuntu2004
|
||||
|
||||
queue:
|
||||
name: Deployment queue
|
||||
scope: project
|
||||
|
||||
blocks:
|
||||
- name: RC Build
|
||||
task:
|
||||
|
|
|
|||
|
|
@ -4,6 +4,11 @@ agent:
|
|||
machine:
|
||||
type: e1-standard-2
|
||||
os_image: ubuntu2004
|
||||
|
||||
queue:
|
||||
name: Deployment queue
|
||||
scope: project
|
||||
|
||||
blocks:
|
||||
- name: RC Build
|
||||
task:
|
||||
|
|
|
|||
|
|
@ -4,6 +4,11 @@ agent:
|
|||
machine:
|
||||
type: e1-standard-2
|
||||
os_image: ubuntu2004
|
||||
|
||||
queue:
|
||||
name: Deployment queue
|
||||
scope: project
|
||||
|
||||
blocks:
|
||||
- name: RC Build
|
||||
task:
|
||||
|
|
|
|||
Loading…
Reference in a new issue