You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
201 B
11 lines
201 B
3 years ago
|
---
|
||
|
site_name: "example-site"
|
||
|
deploy_dirs:
|
||
|
- "/srv/{{ site_name }}/"
|
||
|
# - "/srv/{{ site_name }}-staging/"
|
||
|
deploy_user: "jekyll"
|
||
|
deploy_group: "jekyll"
|
||
|
|
||
|
ruby_version: "2.7"
|
||
|
bundler_version: "2.1.4"
|