Spaces:
Runtime error
Runtime error
File size: 225 Bytes
807e22d |
1 2 3 4 5 6 7 8 |
#!/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 |