Skip to content

Commit

Permalink
fix comments
Browse files Browse the repository at this point in the history
  • Loading branch information
miriamgoldman committed Sep 5, 2024
1 parent 2fd414e commit fefb2ca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 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. Uses the site name, and site name + environment name as the username/password combo.

$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)
$pantheon_site = $_ENV['PANTHEON_SITE_NAME']; // The friendly name of your site, (ie: veeva-eu)
$pantheon_env = $_ENV['PANTHEON_ENVIRONMENT']; // The name of the multidev (ie: pr-10)


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

0 comments on commit fefb2ca

Please sign in to comment.