Skip to content
Snippets Groups Projects
Commit 0f358a5f authored by Arthur Le Bars's avatar Arthur Le Bars
Browse files

cleanup repo

parent 02a416e9
No related branches found
No related tags found
1 merge request!1Release 1.0
#!/usr/bin/env bash
if ! docker swarm init | grep -q 'Error'
then
docker swarm init
fi
cd $2
docker stack deploy -c docker-compose.yml traefik
cd ..
cd $1
docker stack deploy -c docker-compose.yml $1
cd $2
docker stack deploy -c docker-compose.yml traefik
cd ..
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment