WORKKKKKKKKKKKK
All checks were successful
Deploy to Dokku / docker (ubuntu-latest) (push) Successful in 38s
All checks were successful
Deploy to Dokku / docker (ubuntu-latest) (push) Successful in 38s
This commit is contained in:
parent
387c1b1f0c
commit
254e960447
@ -30,6 +30,8 @@ public class GitUtils {
|
|||||||
if (System.getenv("ENVIRONMENT").equals("production")) {
|
if (System.getenv("ENVIRONMENT").equals("production")) {
|
||||||
System.out.println("Cloning repository");
|
System.out.println("Cloning repository");
|
||||||
runCommand("git", "clone", "https://git.fascinated.cc/Fascinated/PIA-Servers.git");
|
runCommand("git", "clone", "https://git.fascinated.cc/Fascinated/PIA-Servers.git");
|
||||||
|
runCommand("mv", "PIA-Servers/.git", ".");
|
||||||
|
runCommand("rm", "-rf", "PIA-Servers");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user