Skip to content

Commit

Permalink
Update drone deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
LunaUrsa committed Oct 6, 2023
1 parent 70690e5 commit 6fa54a3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ steps:
- apk update
- apk upgrade
- apk add --no-cache git
- docker compose -f docker-compose.host.yml --project-name tripbot up tripbot_database -d --force-recreate --build
- docker compose -f docker-compose.host.yml --project-name tripbot up tripbot_prisma -d --force-recreate --build
# - tail -f /dev/null
environment:
Expand Down

0 comments on commit 6fa54a3

Please sign in to comment.