diff --git a/.drone/build.sh b/.drone/build.sh index 569b0cb..9a85a48 100644 --- a/.drone/build.sh +++ b/.drone/build.sh @@ -1 +1 @@ -docker build guacamole-postgresql -t ${LOCAL_DOCKER_REGISTRY}guacamole-postgresql +echo 'nothing to build' \ No newline at end of file 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/.drone/pull.sh b/.drone/pull.sh index db8971a..59b58d0 100644 --- a/.drone/pull.sh +++ b/.drone/pull.sh @@ -1 +1 @@ -docker pull ${LOCAL_DOCKER_REGISTRY}guacamole-postgresql +echo 'nothing to pull' \ No newline at end of file diff --git a/.drone/push.sh b/.drone/push.sh index a8ec2c9..cc3c909 100644 --- a/.drone/push.sh +++ b/.drone/push.sh @@ -1 +1 @@ -docker push ${LOCAL_DOCKER_REGISTRY}guacamole-postgresql +echo 'nothing to push' \ No newline at end of file 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 59b58d0..0000000 --- a/pull.sh +++ /dev/null @@ -1 +0,0 @@ -echo 'nothing to pull' \ No newline at end of file diff --git a/push.sh b/push.sh deleted file mode 100644 index cc3c909..0000000 --- a/push.sh +++ /dev/null @@ -1 +0,0 @@ -echo 'nothing to push' \ No newline at end of file