Skip to content

Commit ed0a17a

Browse files
committed
workflow fix
1 parent e9e1966 commit ed0a17a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
uses: docker/build-push-action@v2
2323
with:
2424
context: .
25-
file: ./docker/Dockerfile.user
25+
file: ./docker/Dockerfile.server
2626
push: true
2727
tags: anonymous961/candyshare:latest # Replace with your Docker Hub username and repository
2828

@@ -43,6 +43,6 @@ jobs:
4343
--name web-app \
4444
-p 4000:4000 \
4545
--restart=always \
46-
-e DATABASE_URL=${{ secrets.DATABASE_URL }} \
46+
--env-file /home/ubuntu/.env \
4747
anonymous961/candyshare:latest \
4848
sh -c "bunx prisma migrate deploy && bun index.ts"

0 commit comments

Comments
 (0)