remove gitlab ci
CI / build-and-start (push) Successful in 46s Details
CI / deploy (push) Successful in 47s Details

This commit is contained in:
Иван 2026-03-10 22:33:29 +03:00
parent 28edaef77d
commit f62c27f27c
1 changed files with 0 additions and 16 deletions

View File

@ -1,16 +0,0 @@
stages:
- deploy
variables:
COMPOSE_PROJECT_NAME: travelmarine-backend
DOCKER_HOST: unix:///var/run/docker.sock
deploy:
stage: deploy
only:
- main
script:
- docker compose -p "$COMPOSE_PROJECT_NAME" up -d --build
environment:
name: production
url: http://89.169.188.2