We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cfb9f22 commit 9e0f969Copy full SHA for 9e0f969
molecule/default/deploy.yml
@@ -7,11 +7,11 @@
7
- test-vars.yml
8
9
vars:
10
- # Deploy from the Drupal VM Prod example project.
+ # Deploy from the Drupal for Kubernetes example project.
11
drupal_deploy: true
12
- drupal_deploy_repo: "https://github.com/geerlingguy/drupalvm-live.git"
+ drupal_deploy_repo: "https://github.com/geerlingguy/drupal-for-kubernetes.git"
13
drupal_deploy_dir: /var/www/drupal
14
- drupal_domain: "prod.drupalvm.com"
+ drupal_domain: "test.pidramble.com"
15
16
# Disable Composer-based codebase setup.
17
drupal_build_composer_project: false
0 commit comments