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

Commit

Permalink
chore: added missing variable
Browse files Browse the repository at this point in the history
  • Loading branch information
sandeep-deriv committed Apr 1, 2024
1 parent 327a502 commit 3d6f800
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/actions/deploy_to_kubernetes/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,11 @@ runs:
DOCKERHUB_ORGANISATION: ${{ inputs.DOCKERHUB_ORGANISATION }}
CA_CRT: ${{ inputs.CA_CRT }}
APP_NAME: deriv-com-api
K8S_VERSION: {{ inputs.K8S_VERSION }}
run: |
git clone https://github.com/binary-com/devops-ci-scripts
cd devops-ci-scripts/k8s-build_tools
echo $CA_CRT | base64 --decode > ca.crt
export CA="ca.crt"
./release.sh ${APP_NAME} $K8S_VERSION
./release.sh $APP_NAME $K8S_VERSION
shell: bash

0 comments on commit 3d6f800

Please sign in to comment.