From 29695931708ffabaecbc4ad046990bedab17f30c Mon Sep 17 00:00:00 2001 From: joffrey-bion Date: Sun, 14 Feb 2021 00:23:12 +0100 Subject: Add auto-deployment of all kubernetes files in kubernetes/ folder --- .github/workflows/ci-cd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github/workflows/ci-cd.yml') diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index fd22e7b7..c9ab7b68 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -93,7 +93,7 @@ jobs: args: "[Build #${{github.run_id}}](https://github.com/${{github.repository}}/actions/runs/${{github.run_id}}): Deploying new version `${{ env.DOCKERHUB_USER }}/${{ env.DOCKER_IMAGE_NAME }}:${{ env.DOCKER_IMAGE_TAG_BUILD }}` ([see changes]({{ EVENT_PAYLOAD.compare }}))..." - name: Deploy to DigitalOcean Kubernetes - run: kubectl apply -f kubernetes/server.yml + run: kubectl apply -f kubernetes - name: Verify deployment run: kubectl rollout status --namespace seven-wonders deployment/seven-wonders -- cgit