Skip to content

Commit

Permalink
add some comments
Browse files Browse the repository at this point in the history
  • Loading branch information
miriamgoldman committed Sep 5, 2024
1 parent b256d39 commit a55d745
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions private/scripts/lock-multidevs.php
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?php
// Auto-lock new environments.
// Auto-lock new environments. Uses the site name, and site name + environment name as the username/password combo.

$pantheon_site = $_ENV['PANTHEON_SITE_NAME'];
$pantheon_env = $_ENV['PANTHEON_ENVIRONMENT'];
$pantheon_site = $_ENV['PANTHEON_SITE_NAME']; // The friendly name of your site, ie: veeva-eu
$pantheon_env = $_ENV['PANTHEON_ENVIRONMENT']; // The environment (dev/test/live/multidev name)


if ( isset( $pantheon_env ) && isset( $_POST['environment'] ) ) {
Expand Down

0 comments on commit a55d745

Please sign in to comment.