DIY_assistant / app.sh
wishwakankanamg's picture
update
e708b8c
raw
history blame
225 Bytes
#!/bin/bash
echo "Fetching latest code from origin/main..."
git fetch origin
git reset --hard origin/main
echo "Starting the app..."
python app.py # or whatever your main entry point is trying to edit this foi just because