diff --git a/.drone/deploy.sh b/.drone/deploy.sh index 976b3a8..172bacc 100644 --- a/.drone/deploy.sh +++ b/.drone/deploy.sh @@ -1,4 +1,4 @@ docker stack rm guacamole -echo 'sleeping...60' +echo 'sleeping...zzz' sleep 60 docker stack deploy -c docker-compose.yml guacamole diff --git a/build.sh b/build.sh deleted file mode 100644 index 569b0cb..0000000 --- a/build.sh +++ /dev/null @@ -1 +0,0 @@ -docker build guacamole-postgresql -t ${LOCAL_DOCKER_REGISTRY}guacamole-postgresql diff --git a/deploy.sh b/deploy.sh deleted file mode 100644 index 172bacc..0000000 --- a/deploy.sh +++ /dev/null @@ -1,4 +0,0 @@ -docker stack rm guacamole -echo 'sleeping...zzz' -sleep 60 -docker stack deploy -c docker-compose.yml guacamole diff --git a/pull.sh b/pull.sh deleted file mode 100644 index db8971a..0000000 --- a/pull.sh +++ /dev/null @@ -1 +0,0 @@ -docker pull ${LOCAL_DOCKER_REGISTRY}guacamole-postgresql diff --git a/push.sh b/push.sh deleted file mode 100644 index a8ec2c9..0000000 --- a/push.sh +++ /dev/null @@ -1 +0,0 @@ -docker push ${LOCAL_DOCKER_REGISTRY}guacamole-postgresql