add build flag
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Nebel 2023-01-02 01:43:38 +09:00
parent f5e467219d
commit 9b09c16930

View file

@ -18,7 +18,7 @@ steps:
- ssh-keyscan beta.fogtype.com >> /root/.ssh/known_hosts
- docker context create --docker=host=ssh://ubuntu@beta.fogtype.com beta
- docker context use beta
- docker compose --project-name=beta up --detach
- docker compose --project-name=beta up --build --detach
- docker compose --project-directory=example up --detach
volumes:
- name: ssh_key