Fix deployment issue

This commit is contained in:
schmelczerandras 2020-07-28 09:05:35 +02:00
parent edffd22c2e
commit 0d93c7a5bf
3 changed files with 4 additions and 1 deletions

View file

@ -90,5 +90,5 @@ jobs:
- name: Stack up
run: |
DOCKER_HOST=ssh://root@$DOMAIN docker stack up declared -c docker-compose.yml
DOCKER_HOST=ssh://root@$DOMAIN docker stack up declared -c docker-compose.yml --with-registry-auth
working-directory: infrastructure

View file

@ -15,6 +15,7 @@ A good-looking 2D adventure.
- Frontend nginx disable logging
- procedural piano
- obfuscate function names
- lightweight object storage
- docker engine dashboard?
- dockerswarm.rocks

View file

@ -19,6 +19,8 @@ apt upgrade -y &&\
apt install zsh &&\
sh -c "$(CHSH=yes curl -fsSL https://raw.github.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
docker login -u $DOCKER_TOKEN -p $DOCKER_TOKEN registry.digitalocean.com/declared
echo Removing banner
rm -rf /etc/update-motd.d/99-one-click