SanjinDedic / agent_games

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

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

Closed SanjinDedic closed 1 day 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 2 months ago

TODO: Create a whitelist of essential files

then delete everything except essential files when cloning