diff options
author | joffrey-bion <joffrey.bion@gmail.com> | 2021-02-14 00:23:12 +0100 |
---|---|---|
committer | joffrey-bion <joffrey.bion@gmail.com> | 2021-02-14 00:23:12 +0100 |
commit | 29695931708ffabaecbc4ad046990bedab17f30c (patch) | |
tree | 4f81f7f2cd2670154c30bf4bf1a7dda3ce10be00 /.github/workflows/ci-cd.yml | |
parent | Add Loki logback appender to push server logs to the free cloud hosted Loki i... (diff) | |
download | seven-wonders-29695931708ffabaecbc4ad046990bedab17f30c.tar.gz seven-wonders-29695931708ffabaecbc4ad046990bedab17f30c.tar.bz2 seven-wonders-29695931708ffabaecbc4ad046990bedab17f30c.zip |
Add auto-deployment of all kubernetes files in kubernetes/ folder
Diffstat (limited to '.github/workflows/ci-cd.yml')
-rw-r--r-- | .github/workflows/ci-cd.yml | 2 |
1 files changed, 1 insertions, 1 deletions
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 |