cleanup 3

This commit is contained in:
Mykhailo Svishchov
2026-03-05 13:14:41 +02:00
parent bfdd7581fe
commit 2177bc7baa
23 changed files with 17 additions and 175 deletions

View File

@@ -156,10 +156,10 @@ sudo mkdir -p /run/secrets
cd /opt/app/backend
# Check if template file exists
ls -la lottery-config.properties.template
ls -la honey-config.properties.template
# If it exists, copy it
sudo cp lottery-config.properties.template /run/secrets/lottery-config.properties
sudo cp honey-config.properties.template /run/secrets/lottery-config.properties
```
**Option 2: Create the file directly (if template wasn't copied)**