diff --git a/.drone.yml b/.drone.yml index f2be2bc..44a4ce0 100644 --- a/.drone.yml +++ b/.drone.yml @@ -26,7 +26,7 @@ steps: commands: - go get -u github.com/pressly/goose/... - cd migrations/postgres - - goose postgres $DB_CONNECT up + - goose postgres "$(DB_CONNECT)" up - name: backend-deploy image: node:14.14.0