Added alembic upgrade head to workflow script
All checks were successful
AWS Deploy on Push / build (push) Successful in 1m7s

This commit is contained in:
2025-05-26 21:43:44 -05:00
parent 21cc99eff6
commit 4b1a7e9bea

View File

@@ -72,6 +72,7 @@ jobs:
"cd /home/ec2-user/iptv-updater-aws",
"git pull",
"pip3 install -r requirements.txt",
"alembic upgrade head",
"sudo systemctl restart iptv-updater"
]'
done