.gitea/workflows/deploy.yml Güncelle
All checks were successful
Backend Deploy 🚀 / build-and-deploy (push) Successful in 34s
All checks were successful
Backend Deploy 🚀 / build-and-deploy (push) Successful in 34s
This commit is contained in:
@@ -27,7 +27,7 @@ jobs:
|
||||
docker run -d \
|
||||
--name backend-container \
|
||||
--restart always \
|
||||
--network gitea \
|
||||
--network gitea-server_gitea \
|
||||
-p 1501:3000 \
|
||||
-e DATABASE_URL='${{ secrets.DATABASE_URL }}' \
|
||||
-e JWT_SECRET='${{ secrets.JWT_SECRET }}' \
|
||||
|
||||
Reference in New Issue
Block a user