Add original footage to shots function
Deploy / deploy (push) Has been cancelled

This commit is contained in:
twotalesanimation
2026-05-20 11:02:33 +02:00
parent 5c1fd9f288
commit bcea123112
12 changed files with 880 additions and 326 deletions
+23
View File
@@ -0,0 +1,23 @@
name: Deploy
on:
push:
branches:
- main
jobs:
deploy:
runs-on: docker
steps:
- name: Deploy
run: |
cd /opt/vfxreview
git pull
docker-compose up -d --build
docker-compose exec -T vfxreview npx prisma migrate deploy
docker image prune -f