We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b6eaa9 commit 29a044aCopy full SHA for 29a044a
.github/workflows/cd.yaml
@@ -31,6 +31,6 @@ jobs:
31
script: |
32
cd ~/smart-farming-scp
33
echo ${{ secrets.ENV_FILE }}
34
- env_file_string=$(echo ${{ secrets.ENV_FILE }})
+ env_file_string=$(echo "${{ secrets.ENV_FILE }}")
35
echo $env_file_string | tr ' ' '\n' | sed 's/\([^=]\+\)=\([^ ]\+\)/\1=\2/' > ~/smart-farming-scp/.env
36
docker compose up -d
0 commit comments