templates/base/tape_vars.example.yml in taperole-2.0.7 vs templates/base/tape_vars.example.yml in taperole-2.1.0
- old
+ new
@@ -10,12 +10,23 @@
# HTML/JS App Configs
# Uncomment if you want to deploy a JS/HTML App
# fe_app_repo:
# fe_app_branch: master
-# fe_build_command: npm run build
+# fe_build_command: yarn run build:production
slack_webhook_url:
+
+logrotate_scripts:
+ - name: rails
+ path: "{{be_app_path}}/log/*.log"
+ options:
+ - daily
+ - rotate 30
+ - missingok
+ - compress
+ - delaycompress
+ - copytruncate
## Configure Postgresql Backups
## Uncomment the following to enabled backups
#
## Store Backups on S3 or seperate server via rsync