chore: zxc
All checks were successful
Build and Deploy / build-and-push (push) Successful in 1m43s

This commit is contained in:
2025-02-07 01:20:02 +06:00
parent 3b0661dfe8
commit 67e4e1c51f
2 changed files with 2 additions and 15 deletions

View File

@@ -37,12 +37,6 @@ jobs:
${{ vars.REGISTRY_URL }}/${{ steps.meta.outputs.REPO_NAME }}:${{ github.sha }} ${{ vars.REGISTRY_URL }}/${{ steps.meta.outputs.REPO_NAME }}:${{ github.sha }}
${{ vars.REGISTRY_URL }}/${{ steps.meta.outputs.REPO_NAME }}:latest ${{ vars.REGISTRY_URL }}/${{ steps.meta.outputs.REPO_NAME }}:latest
# - name: Deploy to cluster
# uses: actions-hub/kubectl@master
# env:
# KUBE_CONFIG: ${{ secrets.KUBE_CONFIG }}
# with:
# args: get pods
- name: Set up kubectl - name: Set up kubectl
uses: azure/setup-kubectl@v3 uses: azure/setup-kubectl@v3
@@ -51,12 +45,5 @@ jobs:
KUBECONFIG: /tmp/kubeconfig.yaml KUBECONFIG: /tmp/kubeconfig.yaml
shell: bash shell: bash
run: | run: |
echo "Shell: $SHELL"
echo "Current env:"
env
mkdir -p /tmp
echo "${{ secrets.KUBE_CONFIG }}" > $KUBECONFIG echo "${{ secrets.KUBE_CONFIG }}" > $KUBECONFIG
ls -l $KUBECONFIG kubectl apply -f manifests/
kubectl version --client
kubectl apply -f manifests/

View File

@@ -13,7 +13,7 @@ import { SITE_TITLE, SITE_DESCRIPTION } from '../consts';
<body> <body>
<Header /> <Header />
<main> <main>
<h1>from webhook 4</h1> <h1>from ci 5</h1>
<p>foo, bar, baz, qux, quux</p> <p>foo, bar, baz, qux, quux</p>
</main> </main>
<Footer /> <Footer />