From dce44bcbd2695b7cc098cd771369cb0f4ca0bdd5 Mon Sep 17 00:00:00 2001 From: Bec White Date: Thu, 17 Nov 2022 14:32:52 -0600 Subject: [PATCH] Update comment in pantheon deployment example config. --- defaults/install/.circleci/deploy-pantheon.example | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/defaults/install/.circleci/deploy-pantheon.example b/defaults/install/.circleci/deploy-pantheon.example index 22b4a64d..544f0073 100644 --- a/defaults/install/.circleci/deploy-pantheon.example +++ b/defaults/install/.circleci/deploy-pantheon.example @@ -1,5 +1,6 @@ -# Example snippet for deploy job in config.yml. Add this code to deploy to Pantheon. Update PANTHEON_PUBKEY -# with the entry from your known_hosts file for the code server. +# Example snippet for deploy job in config.yml. Add this code to deploy to Pantheon. +# Update PANTHEON_PUBKEY with the entry from your known_hosts file for the code server. +# (To get the known_hosts entry, git clone the SSH URL of the Pantheon repository.) # # You will also need to add a step to the build job to persist to workspace: #