Skip to content

Commit

Permalink
Fix drone CI
Browse files Browse the repository at this point in the history
  • Loading branch information
LunaUrsa committed Nov 11, 2023
1 parent 4f009f6 commit 728e45f
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,21 +3,6 @@ type: docker
name: Deploy TripBot

steps:
- name: Redo Migrations
image: docker
privileged: true
commands:
- apk update
- apk upgrade
- apk add --no-cache git
- docker compose -f docker-compose.host.yml --project-name tripbot up tripbot_prisma -d --force-recreate --build
# - tail -f /dev/null
environment:
DOCKER_HOST:
from_secret: DOCKER_HOST
DOCKER_BUILDKIT:
from_secret: DOCKER_BUILDKIT

- name: Rebuild API
image: docker
privileged: true
Expand Down

0 comments on commit 728e45f

Please sign in to comment.