Fix the transition as it would get stuck sometimes
All checks were successful
continuous-integration/drone/push Build is passing

- Reproduction: Open two tabs, one would load, the other one would stay on the transition while the content of the page was ready and animated
This commit is contained in:
2020-04-23 11:06:41 +02:00
parent cc073b440e
commit c43b888d25
4 changed files with 50 additions and 16 deletions

View File

@@ -79,8 +79,7 @@ steps:
from_secret: ssh_key
script:
- cd /data/sites/housesof.world/dev
- docker-compose down
- docker-compose up -d --remove-orphans
- docker-compose up -d --force-recreate --remove-orphans
when:
branch:
- dev