You've already forked rarus_1c_devops
mirror of
https://github.com/agibalovsa/-1C_DevOps.git
synced 2025-10-08 23:22:16 +02:00
5 lines
96 B
Bash
5 lines
96 B
Bash
![]() |
#!/bin/bash
|
||
|
|
||
|
export $(cat .env) > /dev/null 2>&1;
|
||
|
|
||
|
docker stack deploy -c docker-stack.yml nginx
|