Skip to content

Commit 460d0c7

Browse files
committed
Add env
1 parent e37d1ff commit 460d0c7

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/cd.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,7 @@ jobs:
9898
script: |
9999
cd ${{ matrix.target_path }}
100100
echo "${{ secrets.GITHUB_TOKEN }}" | docker login ghcr.io -u ${{ github.actor }} --password-stdin
101+
echo "${{ secrets.PROD_FULL_ENV_FILE }}" > .env
101102
docker compose -f ${{ matrix.compose_file }} pull
102103
docker compose -f ${{ matrix.compose_file }} down
103104
docker compose -f ${{ matrix.compose_file }} up -d

docker-compose.prod.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,4 +44,4 @@ services:
4444

4545
networks:
4646
mapdb-network:
47-
driver: bridge
47+
driver: bridge

0 commit comments

Comments
 (0)