Merge branch 'main' of https://gitea.bchen.dev/brendan/nanodrop
All checks were successful
Deploy to Homelab / deploy (push) Successful in 48s
All checks were successful
Deploy to Homelab / deploy (push) Successful in 48s
This commit is contained in:
1
.github/workflows/deploy-homelab.yml
vendored
1
.github/workflows/deploy-homelab.yml
vendored
@@ -41,6 +41,7 @@ jobs:
|
||||
export JWT_SECRET=${{ secrets.JWT_SECRET }}
|
||||
export PORT=${{ vars.PORT }}
|
||||
export BASE_URL=${{ vars.BASE_URL }}
|
||||
export MAX_FILE_SIZE=${{ vars.MAX_FILE_SIZE }}
|
||||
docker compose -f docker-compose.yml down
|
||||
docker compose -f docker-compose.yml up -d --build
|
||||
EOF
|
||||
|
||||
Reference in New Issue
Block a user