From 59b29666a208e7cf7b331888da5d460a42a412ff Mon Sep 17 00:00:00 2001 From: Devin Dice Date: Thu, 26 Jan 2023 18:38:29 -0500 Subject: [PATCH] Deployment change --- .semaphore/pipeline_prod.yml | 5 +++++ .semaphore/pipeline_prod_no_desktop.yml | 5 +++++ .semaphore/pipeline_rc.yml | 5 +++++ .semaphore/pipeline_rc_22.yml | 5 +++++ .semaphore/pipeline_rc_no_desktop.yml | 5 +++++ 5 files changed, 25 insertions(+) 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: