From e6f1cf9e3b2fd5e21197ad6818385eea3ef081c5 Mon Sep 17 00:00:00 2001 From: Jan-Rudolph Buhrmann Date: Thu, 16 May 2024 14:34:30 +0200 Subject: [PATCH 1/2] Allowing for deployment to prod --- .github/workflows/develop.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/develop.yml b/.github/workflows/develop.yml index b9f97e5d..01bf37cc 100644 --- a/.github/workflows/develop.yml +++ b/.github/workflows/develop.yml @@ -34,4 +34,4 @@ jobs: with: url: https://api.bitbucket.org/2.0/repositories/team_sadilar/ansible/pipelines/ headers: '{"Authorization": "Bearer ${{ secrets.BITBUCKET_PIPELINE_SECRET }}"}' - body: '{"target": {"ref_type": "branch", "type": "pipeline_ref_target", "ref_name": "master", "selector": {"type": "custom", "pattern": "deploy_term_platform" } }}' + body: '{"target": {"ref_type": "branch", "type": "pipeline_ref_target", "ref_name": "master", "selector": {"type": "custom", "pattern": "deploy_term_platform_test" } }}' From 4009a59a3a29d4b013e00352c0115e223c65a20f Mon Sep 17 00:00:00 2001 From: Jan-Rudolph Buhrmann Date: Fri, 17 May 2024 07:59:26 +0200 Subject: [PATCH 2/2] Allowing for deployment to prod --- .github/workflows/production.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/production.yml b/.github/workflows/production.yml index f1035361..c8383e19 100644 --- a/.github/workflows/production.yml +++ b/.github/workflows/production.yml @@ -27,4 +27,4 @@ jobs: platforms: linux/amd64 push: true tags: | - docker.sadilar.org/term_platform:${{ github.ref_name }} + docker.sadilar.org/term_platform:prod