Skip to content

Commit

Permalink
Update deploy-product.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dv-hossam-radwan authored Nov 19, 2024
1 parent 4f04f21 commit 8304ad5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy-product.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ concurrency:

env:
GA_VERSION: "main"
WORKFLOW_BRANCH: "add-message-argocd-deployment"
WORKFLOW_BRANCH: "deploy-with-argocd"

jobs:
deploy:
Expand Down Expand Up @@ -73,7 +73,7 @@ jobs:
repo: "infrastructure-k8s"
github_token: ${{ secrets.DATAVISYN_BOT_REPO_TOKEN }}
workflow_file_name: "deploy-app.yml"
ref: ${{ env.WORKFLOW_BRANCH }}
ref: add-message-argocd-deployment
github_user: ${{ secrets.DV_BOT_USER }}
client_payload: '{ "app": "${{ steps.get-parameters.outputs.app }}", "customer": "${{ inputs.customer }}", "stage": "${{ inputs.stage }}", "sub_app": "${{ steps.get-parameters.outputs.sub_app }}", "branch": "${{ steps.get-parameters.outputs.image_tag2 }}", "add_revision_as_tag": "${{ inputs.add_revision_as_tag }}" }'
- name: Configure AWS Credentials
Expand Down

0 comments on commit 8304ad5

Please sign in to comment.