chore: change emoji
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
uetchy 2022-01-18 17:08:46 +09:00
parent ad8db157c2
commit 3becc75947
3 changed files with 3 additions and 4 deletions

View File

@ -5,4 +5,5 @@ push:
docker-compose push docker-compose push
deploy: build deploy: build
docker rm -f uechi.io
docker-compose -f docker-compose.production.yml up -d docker-compose -f docker-compose.production.yml up -d

View File

@ -9,7 +9,7 @@ services:
VIRTUAL_HOST: uechi.io VIRTUAL_HOST: uechi.io
LETSENCRYPT_HOST: uechi.io LETSENCRYPT_HOST: uechi.io
volumes: volumes:
- "./data:/var/www/html//:ro" - "./data:/var/www/html//:ro"
labels: labels:
com.centurylinklabs.watchtower.enable: "true" com.centurylinklabs.watchtower.enable: "true"

View File

@ -6,5 +6,3 @@ services:
build: . build: .
ports: ports:
- "8080:80" - "8080:80"
volumes:
- "./data:/var/www/html/✨/:ro"