From 592d92d17a65666d5d5f9cd7238d167d99694f45 Mon Sep 17 00:00:00 2001 From: cleverson Date: Tue, 9 Apr 2024 11:19:14 -0300 Subject: [PATCH] =?UTF-8?q?altera=C3=A7=C3=B5es=20nos=20comandos?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/ci.yml | 4 +--- Makefile | 1 - 2 files changed, 1 insertion(+), 4 deletions(-) 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