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 4a5eef3
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 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,8 @@ 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]

- name: List sites
run: terminus auth:login

0 comments on commit 4a5eef3

Please sign in to comment.