SanjinDedic / agent_games

Secure, extensible agent competition platform API build with FastAPI, SQLmodel, Pydantic and Docker
8 stars 1 forks source link

Deleting files locally does not delete them on the server! #84

Open SanjinDedic opened 2 months ago

SanjinDedic commented 2 months ago

repo state image

server state

image

Maybe we need to wipe everything on the server except the database when auto deploying

SanjinDedic commented 2 months ago

@DawoodLaiq can you fix please. It may take some updates of the gitignore. This is an urgent issue because anytime a file is renamed it stays on the server as an artefact

SanjinDedic commented 1 month ago

TODO: Create a whitelist of essential files

then delete everything except essential files when cloning