Fix deployment issue
This commit is contained in:
parent
edffd22c2e
commit
0d93c7a5bf
3 changed files with 4 additions and 1 deletions
2
.github/workflows/main.yaml
vendored
2
.github/workflows/main.yaml
vendored
|
|
@ -90,5 +90,5 @@ jobs:
|
||||||
|
|
||||||
- name: Stack up
|
- name: Stack up
|
||||||
run: |
|
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
|
working-directory: infrastructure
|
||||||
|
|
|
||||||
|
|
@ -15,6 +15,7 @@ A good-looking 2D adventure.
|
||||||
|
|
||||||
- Frontend nginx disable logging
|
- Frontend nginx disable logging
|
||||||
- procedural piano
|
- procedural piano
|
||||||
|
- obfuscate function names
|
||||||
- lightweight object storage
|
- lightweight object storage
|
||||||
- docker engine dashboard?
|
- docker engine dashboard?
|
||||||
- dockerswarm.rocks
|
- dockerswarm.rocks
|
||||||
|
|
|
||||||
|
|
@ -19,6 +19,8 @@ apt upgrade -y &&\
|
||||||
apt install zsh &&\
|
apt install zsh &&\
|
||||||
sh -c "$(CHSH=yes curl -fsSL https://raw.github.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
|
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
|
echo Removing banner
|
||||||
rm -rf /etc/update-motd.d/99-one-click
|
rm -rf /etc/update-motd.d/99-one-click
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue