Merge pull request #2097 from SkynetLabs/fil/sky-381-fix-s3-backups-missing-logs-dir

Fil/sky 381 fix s3 backups missing logs dir
This commit is contained in:
Ivaylo Novakov 2022-05-11 11:37:34 +02:00 committed by GitHub
commit d675d7184d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 0 deletions

View File

@ -0,0 +1 @@
- Fix missing `logs` dir that is required for backup scripts (cron jobs).

2
logs/.gitkeep Normal file
View File

@ -0,0 +1,2 @@
Purpose of this file is that `logs` dir can be commited to git and it will be
present on portal servers. The rest of files in `logs` dir are git ignored.