Skip to content

Commit

Permalink
feat(ci): Automate build and publish
Browse files Browse the repository at this point in the history
  • Loading branch information
sylus committed Aug 16, 2020
1 parent 2c07e8d commit 3c844b4
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,14 +47,3 @@ jobs:
image-name: ${{ env.REGISTRY_NAME }}.azurecr.io/jupyter-apis:${{ github.sha }}
severity-threshold: CRITICAL
run-quality-checks: false

# Prepare to deploy the image
# - run: |
# sed -i -E 's/[0-9a-f]{40}/${{ github.sha }}/g' deploy/deploy.yaml

# Deploy to Kubernetes
- name: kubectl
uses: statcan/actions/kubectl@master
with:
kubeconfig: ${{ secrets.KUBECONFIG }}
args: apply -f deploy/deploy.yaml

0 comments on commit 3c844b4

Please sign in to comment.