From 9c0bc9c68cb7a7bad3f18f48f77235947a726513 Mon Sep 17 00:00:00 2001 From: sjy2335 Date: Tue, 12 Nov 2024 16:19:45 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20touch=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/deploy-service.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/deploy-service.yml b/.github/workflows/deploy-service.yml index 70beea11..27a2c5df 100644 --- a/.github/workflows/deploy-service.yml +++ b/.github/workflows/deploy-service.yml @@ -62,6 +62,7 @@ jobs: port: ${{ secrets.port }} script: | cd /home/watchducks/app + touch .env echo < .env ${{ secrets.env }} EOF