diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 047f447..c3a3a97 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,6 +23,4 @@ jobs: EXCLUDE: ".env, /test/, .gitignore, README.md" SCRIPT_AFTER: | cd /var/www/cleverson.online - docker compose down - docker compose pull - docker compose up -d + make deploy diff --git a/Makefile b/Makefile index 87724f5..8cc1563 100644 --- a/Makefile +++ b/Makefile @@ -14,7 +14,6 @@ build: docker compose up --build deploy: - cd /var/www/cleverson.online \ docker-compose down \ docker-compose pull \ docker-compose up -d \ No newline at end of file