From 29a044a4c08b204bf841f207e6ca3fb3661161b7 Mon Sep 17 00:00:00 2001 From: JohnPetros Date: Wed, 26 Jun 2024 21:30:52 -0300 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=9A=20cd:=20add=20quotation=20marks=20?= =?UTF-8?q?around=20env=20file?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/cd.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cd.yaml b/.github/workflows/cd.yaml index 1ad8e23..66defb6 100644 --- a/.github/workflows/cd.yaml +++ b/.github/workflows/cd.yaml @@ -31,6 +31,6 @@ jobs: script: | cd ~/smart-farming-scp echo ${{ secrets.ENV_FILE }} - env_file_string=$(echo ${{ secrets.ENV_FILE }}) + env_file_string=$(echo "${{ secrets.ENV_FILE }}") echo $env_file_string | tr ' ' '\n' | sed 's/\([^=]\+\)=\([^ ]\+\)/\1=\2/' > ~/smart-farming-scp/.env docker compose up -d