Skip to content
This repository has been archived by the owner on Aug 20, 2019. It is now read-only.

Commit

Permalink
Update secret set
Browse files Browse the repository at this point in the history
  • Loading branch information
ataylorme committed Nov 28, 2018
1 parent 7aeca89 commit 8821294
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .circleci/deploy-to-pantheon.sh
Expand Up @@ -37,7 +37,10 @@ else
terminus build:env:push -n "$TERMINUS_SITE.$TERMINUS_ENV" --yes
fi

set +ex
echo 'terminus secrets:set'
terminus secrets:set -n "$TERMINUS_SITE.$TERMINUS_ENV" token "$GITHUB_TOKEN" --file='github-secrets.json' --clear --skip-if-empty
set -ex

# Cleanup old multidevs
terminus build:env:delete:pr -n "$TERMINUS_SITE" --yes

0 comments on commit 8821294

Please sign in to comment.