Created
August 25, 2017 17:30
-
-
Save twoelevenjay/6995d0250c0c6842b8d557def00c2517 to your computer and use it in GitHub Desktop.
Custom site file for VVV
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sites: | |
trg: | |
repo: https://github.com/JPry/vvv-base.git | |
hosts: | |
- trg.dev | |
custom: | |
admin_user: trg | |
admin_password: trg | |
admin_email: [email protected] | |
title: TRG | |
db_prefix: trg_ | |
multisite: false | |
xipio: true | |
version: latest | |
locale: en_US | |
plugins: | |
- jetpack | |
- { plugin: "redirect-emails-on-staging", activate: true } | |
- { plugin: "https://github.com/afragen/github-updater/archive/6.3.1.zip", force: true, activate: true } | |
themes: | |
- twentyseventeen | |
delete_default_plugins: true | |
delete_default_themes: true | |
wp_content: https://github.com/jquery/jquery-wp-content.git | |
wp: true | |
htdocs: https://github.com/salcode/example-project-w-gitignore.git |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment