Skip to content

Commit 2b3dae0

Browse files
authored
Update deploy.yml
1 parent 7f3594f commit 2b3dae0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
docker rm rc-api || true
3838
docker run --network=host -d --name rc-api \
3939
-p 1337:1337 \
40-
--env-file /home/rheumac/.env \
40+
--env-file /home/rheumac/envs/rc-api/.env \
4141
pawanlive/rc-api:latest
4242
4343
# Exit the SSH session

0 commit comments

Comments
 (0)