Skip to content

Commit

Permalink
Just debug ssh
Browse files Browse the repository at this point in the history
  • Loading branch information
obscurerichard committed Nov 10, 2024
1 parent 0e8517e commit eebd365
Showing 1 changed file with 16 additions and 14 deletions.
30 changes: 16 additions & 14 deletions .github/workflows/build-latest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,19 +8,21 @@ on:
- 'github-actions-docker-build' # until this is debugged, remove before merging

jobs:
docker:
uses: freezingsaddles/freezing-web/.github/workflows/[email protected]
with:
tag: latest
secrets: inherit
#docker:
# uses: freezingsaddles/freezing-web/.github/workflows/[email protected]
# with:
# tag: latest
# secrets: inherit

deploy:
uses: appleboy/[email protected]
with:
host: ${{ secrets.HOST }}
username: ${{ secrets.USERNAME }}
key: ${{ secrets.KEY }}
port: ${{ secrets.PORT }}
passphrase: ${{ secrets.PASSPHRASE }}
script: |
ls .ssh/authorized_keys
steps:
- name: install
uses: appleboy/[email protected]
with:
host: ${{ secrets.HOST }}
username: ${{ secrets.USERNAME }}
key: ${{ secrets.KEY }}
port: ${{ secrets.PORT }}
passphrase: ${{ secrets.PASSPHRASE }}
script: |
ls .ssh/authorized_keys

0 comments on commit eebd365

Please sign in to comment.