oopsie
All checks were successful
Deploy to Dokku / docker (ubuntu-latest) (push) Successful in 38s

This commit is contained in:
Lee 2024-04-29 06:59:15 +01:00
parent 3e983b0886
commit e250eb4a50

@ -32,6 +32,7 @@ public class GitUtils {
runCommand("git", "clone", "https://git.fascinated.cc/Fascinated/PIA-Servers.git");
runCommand("mv", "PIA-Servers/.git", ".");
runCommand("rm", "-rf", "PIA-Servers");
runCommand("git", "pull"); // Pull the latest changes
}
}