Update deployment workflow to include additional parameters for uv sync command
All checks were successful
Deploy to Server / deploy (push) Successful in 13s
All checks were successful
Deploy to Server / deploy (push) Successful in 13s
This commit is contained in:
parent
2bb4407ebe
commit
b57e5daae4
1 changed files with 1 additions and 1 deletions
2
.github/workflows/deploy.yaml
vendored
2
.github/workflows/deploy.yaml
vendored
|
|
@ -4,7 +4,7 @@ name: Deploy to Server
|
|||
# forgejo-runner ALL=(ttvdrops) NOPASSWD: /usr/bin/git
|
||||
# forgejo-runner ALL=(root) NOPASSWD: /bin/systemctl restart ttvdrops
|
||||
# forgejo-runner ALL=(ttvdrops) NOPASSWD: /usr/bin/uv run python /home/ttvdrops/ttvdrops/manage.py migrate
|
||||
# forgejo-runner ALL=(ttvdrops) NOPASSWD: /usr/bin/uv sync -U
|
||||
# forgejo-runner ALL=(ttvdrops) NOPASSWD: /usr/bin/uv sync -U --all-extras --dev --directory /home/ttvdrops/ttvdrops
|
||||
|
||||
on:
|
||||
push:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue