Skip to content

Commit

Permalink
Merge pull request #51 from SADiLaR/Changes_to_allow_deployment_to_pr…
Browse files Browse the repository at this point in the history
…oduction

Allowing for deployment to prod
  • Loading branch information
jrb-s2c-github authored May 17, 2024
2 parents 91b9cbf + 4009a59 commit d6b041f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/develop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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" } }}'
2 changes: 1 addition & 1 deletion .github/workflows/production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit d6b041f

Please sign in to comment.