Fixed location for config.
All checks were successful
Deploy Cletus Bot / deploy (push) Successful in 14s
All checks were successful
Deploy Cletus Bot / deploy (push) Successful in 14s
This commit is contained in:
parent
c30193da85
commit
a3b8a08fa4
2 changed files with 0 additions and 6 deletions
|
|
@ -19,11 +19,6 @@ jobs:
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: npm install
|
run: npm install
|
||||||
|
|
||||||
- name: Copy config to deployment path
|
|
||||||
run: |
|
|
||||||
echo "Copying config.json to deployment folder..."
|
|
||||||
cp ./bot/config.json /mnt/user/game-servers/cletus/config.json
|
|
||||||
|
|
||||||
- name: Build and Deploy with Compose
|
- name: Build and Deploy with Compose
|
||||||
run: |
|
run: |
|
||||||
docker compose down || true
|
docker compose down || true
|
||||||
|
|
|
||||||
|
|
@ -15,4 +15,3 @@ services:
|
||||||
volumes:
|
volumes:
|
||||||
- /mnt/user/game-servers/cletus/db:/app/bot/db
|
- /mnt/user/game-servers/cletus/db:/app/bot/db
|
||||||
- /mnt/user/game-servers/cletus/bot-tasks:/app/bot/bot-tasks
|
- /mnt/user/game-servers/cletus/bot-tasks:/app/bot/bot-tasks
|
||||||
- /mnt/user/game-servers/cletus/config.json:/app/bot/config.json
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue