Skip to content
This repository has been archived by the owner on May 13, 2024. It is now read-only.

Commit

Permalink
ci/ use ref_name instead of SHA1
Browse files Browse the repository at this point in the history
  • Loading branch information
ali-hosseini-deriv authored Nov 20, 2023
1 parent 3b37e49 commit 90be40d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release_production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
- name: Deploy to Kubernetes
uses: ./.github/actions/deploy_to_kubernetes
with:
K8S_VERSION: ${{ secrets.SHA1 }}
K8S_VERSION: ${{ github.ref_name }}
K8S_NAMESPACE: 'deriv-com-api-production'
CA_CRT: ${{ secrets.CA_CRT }}
send_slack_notification:
Expand Down

0 comments on commit 90be40d

Please sign in to comment.