diff --git a/.semaphore/pipeline_prod.yml b/.semaphore/pipeline_prod.yml index 3269a35..6cf888a 100644 --- a/.semaphore/pipeline_prod.yml +++ b/.semaphore/pipeline_prod.yml @@ -4,6 +4,11 @@ agent: machine: type: e1-standard-2 os_image: ubuntu2004 + +queue: + name: Deployment queue + scope: project + blocks: - name: Production Build task: diff --git a/.semaphore/pipeline_prod_no_desktop.yml b/.semaphore/pipeline_prod_no_desktop.yml index a8b12fe..e058fc7 100644 --- a/.semaphore/pipeline_prod_no_desktop.yml +++ b/.semaphore/pipeline_prod_no_desktop.yml @@ -4,6 +4,11 @@ agent: machine: type: e1-standard-2 os_image: ubuntu2004 + +queue: + name: Deployment queue + scope: project + blocks: - name: Production Build task: diff --git a/.semaphore/pipeline_rc.yml b/.semaphore/pipeline_rc.yml index f619f66..ab843e5 100644 --- a/.semaphore/pipeline_rc.yml +++ b/.semaphore/pipeline_rc.yml @@ -4,6 +4,11 @@ agent: machine: type: e1-standard-2 os_image: ubuntu2004 + +queue: + name: Deployment queue + scope: project + blocks: - name: RC Build task: diff --git a/.semaphore/pipeline_rc_22.yml b/.semaphore/pipeline_rc_22.yml index e805a7f..0a30537 100644 --- a/.semaphore/pipeline_rc_22.yml +++ b/.semaphore/pipeline_rc_22.yml @@ -4,6 +4,11 @@ agent: machine: type: e1-standard-2 os_image: ubuntu2004 + +queue: + name: Deployment queue + scope: project + blocks: - name: RC Build task: diff --git a/.semaphore/pipeline_rc_no_desktop.yml b/.semaphore/pipeline_rc_no_desktop.yml index c58271c..6b1042d 100644 --- a/.semaphore/pipeline_rc_no_desktop.yml +++ b/.semaphore/pipeline_rc_no_desktop.yml @@ -4,6 +4,11 @@ agent: machine: type: e1-standard-2 os_image: ubuntu2004 + +queue: + name: Deployment queue + scope: project + blocks: - name: RC Build task: