Added alembic upgrade head to workflow script
All checks were successful
AWS Deploy on Push / build (push) Successful in 1m7s
All checks were successful
AWS Deploy on Push / build (push) Successful in 1m7s
This commit is contained in:
@@ -72,6 +72,7 @@ jobs:
|
|||||||
"cd /home/ec2-user/iptv-updater-aws",
|
"cd /home/ec2-user/iptv-updater-aws",
|
||||||
"git pull",
|
"git pull",
|
||||||
"pip3 install -r requirements.txt",
|
"pip3 install -r requirements.txt",
|
||||||
|
"alembic upgrade head",
|
||||||
"sudo systemctl restart iptv-updater"
|
"sudo systemctl restart iptv-updater"
|
||||||
]'
|
]'
|
||||||
done
|
done
|
||||||
|
|||||||
Reference in New Issue
Block a user