Created
October 22, 2022 16:23
-
-
Save jenlampton/1ce1f554960750e834f68cb5079da48a to your computer and use it in GitHub Desktop.
Revisions
-
jenlampton created this gist
Oct 22, 2022 .There are no files selected for viewing
This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,28 @@ # File: self.site.yml live: host: appserver.live.test.aaaaaaaa-aaaa-aaaa-aaaa-aaaaaaaa.drush.in paths: files: files user: live.test.aaaaaaaa-aaaa-aaaa-aaaa-aaaaaaaa uri: live-sitename.pantheonsite.io ssh: options: '-p 2222 -o "AddressFamily inet"' tty: false test: host: appserver.test.test.aaaaaaaa-aaaa-aaaa-aaaa-aaaaaaaa.drush.in paths: files: files user: test.aaaaaaaa-aaaa-aaaa-aaaa-aaaaaaaa uri: test-sitename.pantheonsite.io ssh: options: '-p 2222 -o "AddressFamily inet"' tty: false dev: host: appserver.dev.test.aaaaaaaa-aaaa-aaaa-aaaa-aaaaaaaa.drush.in paths: files: files user: dev.test.aaaaaaaa-aaaa-aaaa-aaaa-aaaaaaaa uri: dev-sitename.pantheonsite.io ssh: options: '-p 2222 -o "AddressFamily inet"' tty: false