Skip to content

Commit deecd9a

Browse files
committed
test better env delivery
1 parent 2671dc0 commit deecd9a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/cd.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,8 +98,6 @@ jobs:
9898
script: |
9999
cd ${{ matrix.target_path }}
100100
echo "${{ secrets.GITHUB_TOKEN }}" | docker login ghcr.io -u ${{ github.actor }} --password-stdin
101-
envstr='${{ secrets.PROD_ENV_FILE }}'
102-
echo -e $envstr > .env
103101
docker compose -f ${{ matrix.compose_file }} pull
104102
docker compose -f ${{ matrix.compose_file }} down
105103
docker compose -f ${{ matrix.compose_file }} up -d

0 commit comments

Comments
 (0)