added linode api token
All checks were successful
/ check (push) Successful in 1m6s
/ deploy (push) Has been skipped

This commit is contained in:
steven carpenter 2025-06-28 21:23:19 -04:00
parent d3a8d000c3
commit 263f95e2b1
2 changed files with 6 additions and 5 deletions

View file

@ -35,9 +35,9 @@ in
# make sure this is a path that exists
# my recomendation is to use /var/lib/reforger
# be sure to have that directory created
"./reforger/configs:/reforger/Configs"
"./reforger/profile:/home/profile"
"./reforger/workshop:/reforger/workshop"
"/var/lib/reforger/configs:/reforger/Configs"
"/var/lib/reforger/profile:/home/profile"
"/var/lib/reforger/workshop:/reforger/workshop"
];
environment = {
SERVER_PUBLIC_ADDRESS = "public-ip";