Created
October 22, 2022 16:26
-
-
Save jenlampton/19930dc977a83a61568d07adfdd8d381 to your computer and use it in GitHub Desktop.
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 characters
# File: pantheon.site.yml | |
live: | |
host: appserver.live.aaaaaaaa-aaaa-aaaa-aaaa-aaaaaaaaaaaa.drush.in | |
paths: | |
files: files | |
user: live.aaaaaaaa-aaaa-aaaa-aaaa-aaaaaaaaaaaa | |
uri: live-sitename.pantheonsite.io | |
ssh: | |
options: '-p 2222 -o "AddressFamily inet"' | |
tty: false | |
test: | |
host: appserver.test.aaaaaaaa-aaaa-aaaa-aaaa-aaaaaaaaaaaa.drush.in | |
paths: | |
files: files | |
user: test.aaaaaaaa-aaaa-aaaa-aaaa-aaaaaaaaaaaa | |
uri: test-sitename.pantheonsite.io | |
ssh: | |
options: '-p 2222 -o "AddressFamily inet"' | |
tty: false | |
dev: | |
host: appserver.dev.aaaaaaaa-aaaa-aaaa-aaaa-aaaaaaaaaaaa.drush.in | |
paths: | |
files: files | |
user: dev.aaaaaaaa-aaaa-aaaa-aaaa-aaaaaaaaaaaa | |
uri: dev-sitename.pantheonsite.io | |
ssh: | |
options: '-p 2222 -o "AddressFamily inet"' | |
tty: false | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment