File tree 1 file changed +8
-8
lines changed
1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change 37
37
client-id : ${{ secrets.AZURE_CLIENT_ID }}
38
38
tenant-id : ${{ secrets.AZURE_TENANT_ID }}
39
39
subscription-id : ${{ secrets.AZURE_SUBSCRIPTION_ID }}
40
+
41
+ - name : Install AzCopy
42
+ shell : bash
43
+ run : bash cicd-deployment-scripts/k8-cluster/install_azcopy.sh -v ${{ env.AZCOPY_VERSION }}
40
44
45
+ - name : AzCopy Login
46
+ shell : bash
47
+ run : azcopy login --tenant-id ${{ secrets.AZURE_TENANT_ID }}
48
+
41
49
# Use kubelogin to configure your kubeconfig for Azure auth
42
50
- name : Set up kubelogin for non-interactive login
43
51
uses : azure/use-kubelogin@v1
54
62
- name : Clone cicd-deployment-scripts
55
63
run : git clone https://github.com/code-kern-ai/cicd-deployment-scripts.git
56
64
57
- - name : Install AzCopy
58
- shell : bash
59
- run : bash cicd-deployment-scripts/k8-cluster/install_azcopy.sh -v ${{ env.AZCOPY_VERSION }}
60
-
61
- - name : AzCopy Login
62
- shell : bash
63
- run : azcopy login --identity --identity-client-id ${{ secrets.AZURE_CLIENT_ID }}
64
-
65
65
- name : Destroy Cluster Namespace
66
66
shell : bash
67
67
run : |
You can’t perform that action at this time.
0 commit comments