We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 406458c commit 4e37834Copy full SHA for 4e37834
.github/workflows/script.yml
@@ -66,8 +66,7 @@ jobs:
66
sudo docker run -it -d -p 8080:8080 \
67
--network gridgestagram-net \
68
-e SPRING_PROFILES_ACTIVE=prod \
69
- -e REDIS_HOST=redis \
70
- -e REDIS_PORT=6379 \
+ --env-file .env \
71
--name gridgestagram ${{ secrets.DOCKERHUB_USERNAME }}/gridgestagram
72
73
- name: Remove IP FROM security group
0 commit comments