Skip to content

Commit

Permalink
chore: set up terminus installation
Browse files Browse the repository at this point in the history
  • Loading branch information
dustin-jw committed Oct 31, 2023
1 parent 8487105 commit aca0119
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions .github/workflows/deploy.pantheon.sftp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name: Deploy to Pantheon (SFTP)
on:
push:
branches: [main]
pull_request:
workflow_dispatch:

jobs:
Expand Down Expand Up @@ -46,7 +47,10 @@ jobs:
eval `ssh-agent`
ssh-add ~/.ssh/id_rsa
- name: Deploy to Pantheon via SFTP
if: ${{ vars.DEPLOY_TO_PANTHEON_SFTP }}
run: |
echo "This is a test"
- name: Install Terminus
uses: pantheon-systems/[email protected]
with:
pantheon-machine-token: ${{ secrets.PANTHEON_ID_RSA }}

- name: List sites
run: terminus site:list

0 comments on commit aca0119

Please sign in to comment.