From ddaf5f6f81e7b0fcf02912427e223a1b66626935 Mon Sep 17 00:00:00 2001 From: user-penguin Date: Wed, 13 Sep 2023 23:40:06 +0700 Subject: [PATCH] all done 4 --- build/ci/.drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/ci/.drone.yml b/build/ci/.drone.yml index 39eb153..0a7a1d6 100644 --- a/build/ci/.drone.yml +++ b/build/ci/.drone.yml @@ -73,7 +73,7 @@ steps: - echo \#!/bin/sh >> migrate.sh - echo goose -allow-missing -dir ./migrations postgres \"user=crab password=$${DB_PASS} dbname=butler host=localhost port=5432 sslmode=disable\" up >> migrate.sh - chmod +x migrate.sh - - ./migrate.sh + - sh migrate.sh - docker-compose up -d --force-recreate trigger: