goose fix
continuous-integration/drone/push Build is passing Details

This commit is contained in:
user-penguin 2024-11-10 02:12:55 +07:00
parent 0033970c30
commit 9a51201678
2 changed files with 8 additions and 1 deletions

View File

@ -48,6 +48,7 @@ steps:
from_secret: ssh_key
port:
from_secret: ssh_port
envs: [ DB_PASS ]
command_timeout: 50s
script:
- cd deploys/smm_core

View File

@ -6,4 +6,10 @@ services:
context: .
dockerfile: Dockerfile
ports:
- "8180:8090"
- "8180:8090"
networks:
- common-network
networks:
common-network:
external: true