prosma hotfix

This commit is contained in:
Stanislaw
2022-07-02 17:43:12 +02:00
parent 94650da46e
commit eabe9c9f95
2 changed files with 2 additions and 2 deletions

View File

@@ -18,4 +18,3 @@ jobs:
docker stop ${{ github.event.repository.name }} || true
docker rm ${{ github.event.repository.name }} || true
docker run -d -e "DISCORD_TOKEN=${{ secrets.DISCORD_TOKEN }}" -e "REDIS_TOKEN=${{ secrets.REDIS_TOKEN }}" -e "DATABASE_URL=${{ secrets.DATABASE_URL }}" --restart always --network BOT --name ${{ github.event.repository.name }} ${{ github.repository }}
docker exec bot npx prisma push