From 13ce6493a284e261d85b6f9eb30c0773b2e6e0f9 Mon Sep 17 00:00:00 2001 From: aldo sebastian <59067699+makeevolution@users.noreply.github.com> Date: Sun, 24 Dec 2023 12:19:11 +0300 Subject: [PATCH] Update CICD.yml with hetzner creds cofigured --- .github/workflows/CICD.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/CICD.yml b/.github/workflows/CICD.yml index 8166b47..e49d8d6 100644 --- a/.github/workflows/CICD.yml +++ b/.github/workflows/CICD.yml @@ -20,7 +20,7 @@ jobs: python3 -m pip install -r requirements/common.txt python3 -m flask test - build_container_and_push_to_docker_hub_registry: + build_container_and_push_to_dockerhub: runs-on: ubuntu-latest needs: run_tests steps: @@ -52,9 +52,9 @@ jobs: # After pushing, we go to the server, download the image and run it there deploy_service_on_server: runs-on: ubuntu-latest - needs: build_container_and_push_to_docker_hub_registry + needs: build_container_and_push_to_dockerhub steps: - - name: Deploy to Digital Ocean droplet via SSH action + - name: Deploy to server via SSH action uses: appleboy/ssh-action@v0.1.3 with: host: ${{ secrets.SSHHOST1 }}