Browse Source

fix ci.

main
Gisle Aune 3 years ago
parent
commit
ba8c9b52d8
  1. 2
      .drone.yml

2
.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

Loading…
Cancel
Save