deploy
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2025-10-22 21:11:52 +03:00
parent ccba80f54e
commit 03e1778e63
2 changed files with 15 additions and 1 deletions

View File

@@ -19,3 +19,17 @@ steps:
repo: git.prtsie.ru/prtsie/schengen-visa-${DRONE_BRANCH}
tags:
- latest
- name: deploy
image: appleboy/drone-ssh
when:
branch: main
settings:
script_stop: true
host: prtsie.ru:1337
username: root
key:
from_secret: ssh_key
script:
- cd /deploy
- ./deploy.sh ${DRONE_BRANCH}

View File

@@ -18,7 +18,7 @@ services:
container_name: visa-db
environment:
POSTGRES_USER: postgres
POSTGRES_PASSWORD: ${POSTGRESPASS}
POSTGRES_PASSWORD: Qwerty123456!
POSTGRES_DATABASE: visa
ports:
- "5433:5432"