From 49e86c0eb310ad536da71754c2525db6da9b2af5 Mon Sep 17 00:00:00 2001 From: sjy2335 Date: Tue, 12 Nov 2024 16:35:30 +0900 Subject: [PATCH] =?UTF-8?q?chore:=20=EB=94=94=EB=B2=84=EA=B9=85=EC=9A=A9?= =?UTF-8?q?=20cat=20=EC=A0=9C=EA=B1=B0?= 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 deletion(-) diff --git a/.github/workflows/deploy-service.yml b/.github/workflows/deploy-service.yml index 9ac516a4..e25c5eae 100644 --- a/.github/workflows/deploy-service.yml +++ b/.github/workflows/deploy-service.yml @@ -64,7 +64,6 @@ jobs: cd /home/watchducks/app touch .env echo "${{ secrets.env }}" > .env - cat .env docker pull ghcr.io/${{ github.repository_owner }}/${{ inputs.service }}/${{inputs.path}}:latest if docker-compose up -d; then echo "Deployment successful"