Skip to content

Commit 3c844b4

Browse files
committed
feat(ci): Automate build and publish
1 parent 2c07e8d commit 3c844b4

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

.github/workflows/publish.yml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -47,14 +47,3 @@ jobs:
4747
image-name: ${{ env.REGISTRY_NAME }}.azurecr.io/jupyter-apis:${{ github.sha }}
4848
severity-threshold: CRITICAL
4949
run-quality-checks: false
50-
51-
# Prepare to deploy the image
52-
# - run: |
53-
# sed -i -E 's/[0-9a-f]{40}/${{ github.sha }}/g' deploy/deploy.yaml
54-
55-
# Deploy to Kubernetes
56-
- name: kubectl
57-
uses: statcan/actions/kubectl@master
58-
with:
59-
kubeconfig: ${{ secrets.KUBECONFIG }}
60-
args: apply -f deploy/deploy.yaml

0 commit comments

Comments
 (0)