from webhook 4
+from ci 5
foo, bar, baz, qux, quux
diff --git a/.gitea/workflows/ci.yaml b/.gitea/workflows/ci.yaml index cf25db7..4764306 100644 --- a/.gitea/workflows/ci.yaml +++ b/.gitea/workflows/ci.yaml @@ -37,12 +37,6 @@ jobs: ${{ vars.REGISTRY_URL }}/${{ steps.meta.outputs.REPO_NAME }}:${{ github.sha }} ${{ 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 uses: azure/setup-kubectl@v3 @@ -51,12 +45,5 @@ jobs: KUBECONFIG: /tmp/kubeconfig.yaml shell: bash run: | - echo "Shell: $SHELL" - echo "Current env:" - env - - mkdir -p /tmp echo "${{ secrets.KUBE_CONFIG }}" > $KUBECONFIG - ls -l $KUBECONFIG - kubectl version --client - kubectl apply -f manifests/ \ No newline at end of file + kubectl apply -f manifests/ diff --git a/src/pages/index.astro b/src/pages/index.astro index 38eda60..1efc483 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -13,7 +13,7 @@ import { SITE_TITLE, SITE_DESCRIPTION } from '../consts';
foo, bar, baz, qux, quux