Update pipline/init_db.yml
This commit is contained in:
parent
0b1feee9a0
commit
e132682e24
@ -113,11 +113,10 @@ variables:
|
|||||||
pg_restore -h "$POSTGRES_HOST" -p "$POSTGRES_PORT" -U "$POSTGRES_USER" -d "$POSTGRES_DB" -v "$DUMP_FILE"
|
pg_restore -h "$POSTGRES_HOST" -p "$POSTGRES_PORT" -U "$POSTGRES_USER" -d "$POSTGRES_DB" -v "$DUMP_FILE"
|
||||||
echo "Данные успешно восстановлены."
|
echo "Данные успешно восстановлены."
|
||||||
|
|
||||||
# Стадии
|
|
||||||
stages:
|
stages:
|
||||||
- init_db
|
- init_db
|
||||||
|
|
||||||
# Job: Инициализация БД (вручную)
|
|
||||||
init_db:
|
init_db:
|
||||||
stage: init_db
|
stage: init_db
|
||||||
before_script:
|
before_script:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user