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" } }}' 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