We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f3594f commit 2b3dae0Copy full SHA for 2b3dae0
.github/workflows/deploy.yml
@@ -37,7 +37,7 @@ jobs:
37
docker rm rc-api || true
38
docker run --network=host -d --name rc-api \
39
-p 1337:1337 \
40
- --env-file /home/rheumac/.env \
+ --env-file /home/rheumac/envs/rc-api/.env \
41
pawanlive/rc-api:latest
42
43
# Exit the SSH session
0 commit comments