From 5673373a8a53168f2f84b433e758ed227b500882 Mon Sep 17 00:00:00 2001 From: cleverson Date: Tue, 9 Apr 2024 10:51:37 -0300 Subject: [PATCH] =?UTF-8?q?altera=C3=A7=C3=A3o=20no=20script=20de=20deploy?= =?UTF-8?q?=20no=20ci?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 239a1ea..78ed155 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,3 +23,4 @@ jobs: EXCLUDE: ".env, /test/, .gitignore, README.md" SCRIPT_AFTER: | make deploy + run: make deploy