Compare commits
No commits in common. "master" and "smm_add_goose" have entirely different histories.
master
...
smm_add_go
|
@ -48,7 +48,6 @@ steps:
|
|||
from_secret: ssh_key
|
||||
port:
|
||||
from_secret: ssh_port
|
||||
envs: [ DB_PASS ]
|
||||
command_timeout: 50s
|
||||
script:
|
||||
- cd deploys/smm_core
|
||||
|
|
|
@ -6,10 +6,4 @@ services:
|
|||
context: .
|
||||
dockerfile: Dockerfile
|
||||
ports:
|
||||
- "8180:8090"
|
||||
networks:
|
||||
- common-network
|
||||
|
||||
networks:
|
||||
common-network:
|
||||
external: true
|
||||
- "8180:8090"
|
Loading…
Reference in New Issue