Skip to content

Commit 9b6eaa9

Browse files
committed
🚚 cd: test env file
1 parent 4691ba3 commit 9b6eaa9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/cd.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ jobs:
3030
key: ${{ secrets.SERVER_KEY }}
3131
script: |
3232
cd ~/smart-farming-scp
33+
echo ${{ secrets.ENV_FILE }}
3334
env_file_string=$(echo ${{ secrets.ENV_FILE }})
3435
echo $env_file_string | tr ' ' '\n' | sed 's/\([^=]\+\)=\([^ ]\+\)/\1=\2/' > ~/smart-farming-scp/.env
3536
docker compose up -d

0 commit comments

Comments
 (0)