chore: zz amend
All checks were successful
Build and Deploy / build-and-push (push) Successful in 1m54s
All checks were successful
Build and Deploy / build-and-push (push) Successful in 1m54s
This commit is contained in:
@@ -43,7 +43,10 @@ jobs:
|
|||||||
- name: Deploy to cluster
|
- name: Deploy to cluster
|
||||||
env:
|
env:
|
||||||
KUBECONFIG: /tmp/kubeconfig.yaml
|
KUBECONFIG: /tmp/kubeconfig.yaml
|
||||||
|
NAMESPACE: ayaume
|
||||||
|
APP: ${{ steps.meta.outputs.REPO_NAME }}
|
||||||
|
IMAGE: ${{ vars.REGISTRY_URL }}/${{ steps.meta.outputs.REPO_NAME }}:${{ github.sha }}
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
echo "${{ secrets.KUBE_CONFIG }}" > $KUBECONFIG
|
echo "${{ secrets.KUBE_CONFIG }}" > $KUBECONFIG
|
||||||
kubectl apply -f manifests/
|
kubectl -n $NAMESPACE set image deployment/$APP $APP=$IMAGE
|
||||||
|
|||||||
Reference in New Issue
Block a user