ci: move scripts

This commit is contained in:
Giles 2020-08-20 00:10:20 +01:00
parent b6f60a17bf
commit f1641cd7b6
5 changed files with 1 additions and 8 deletions

View File

@ -1,4 +1,4 @@
docker stack rm guacamole
echo 'sleeping...60'
echo 'sleeping...zzz'
sleep 60
docker stack deploy -c docker-compose.yml guacamole

View File

@ -1 +0,0 @@
docker build guacamole-postgresql -t ${LOCAL_DOCKER_REGISTRY}guacamole-postgresql

View File

@ -1,4 +0,0 @@
docker stack rm guacamole
echo 'sleeping...zzz'
sleep 60
docker stack deploy -c docker-compose.yml guacamole

View File

@ -1 +0,0 @@
docker pull ${LOCAL_DOCKER_REGISTRY}guacamole-postgresql

View File

@ -1 +0,0 @@
docker push ${LOCAL_DOCKER_REGISTRY}guacamole-postgresql