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

Commit fb02453

Browse files
authored
Merge pull request #264 from binary-com/ako/update-k8s-app-name
Ako/ update APP_NAME to match K8S
2 parents f33dc43 + 682d325 commit fb02453

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/deploy_to_kubernetes/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ runs:
2626
echo "KUBE_SERVER=${{ inputs.KUBE_SERVER }}" >> "$GITHUB_ENV"
2727
echo "SERVICEACCOUNT_TOKEN=${{ inputs.SERVICEACCOUNT_TOKEN }}" >> "$GITHUB_ENV"
2828
echo "CA_CRT=${{ inputs.CA_CRT }}" >> "$GITHUB_ENV"
29-
echo "APP_NAME=deriv-api-docs" >> "$GITHUB_ENV"
29+
echo "APP_NAME=deriv-com-api" >> "$GITHUB_ENV"
3030
shell: bash
3131
- name: Deploying to k8s cluster for service ${{ inputs.K8S_NAMESPACE }} 🚀
3232
run: |

0 commit comments

Comments
 (0)