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

This commit is contained in:
Lee 2024-04-29 06:50:47 +01:00
parent 387c1b1f0c
commit 254e960447

@ -30,6 +30,8 @@ public class GitUtils {
if (System.getenv("ENVIRONMENT").equals("production")) {
System.out.println("Cloning repository");
runCommand("git", "clone", "https://git.fascinated.cc/Fascinated/PIA-Servers.git");
runCommand("mv", "PIA-Servers/.git", ".");
runCommand("rm", "-rf", "PIA-Servers");
}
}