Skip to content

Commit

Permalink
Fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
kordwarshuis committed Sep 18, 2024
1 parent 3147034 commit 08dfdec
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/copy-to-remote.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
name: Copy Docs to Remote

on:
# push:
# branches:
# - main
workflow_dispatch:

jobs:
Expand Down Expand Up @@ -31,7 +28,7 @@ jobs:
- name: Add SSH Key with Passphrase
run: |
/usr/bin/expect <<EOF
spawn ssh-add -
spawn ssh-add /dev/null
expect "Enter passphrase for"
send "${{ secrets.SSH_PASSPHRASE_DWARSHUIS }}\r"
interact
Expand All @@ -41,4 +38,4 @@ jobs:
run: |
scp -r ./docs [email protected]:/test/spec-up-t-demo-on-documentation-website
env:
SSH_KNOWN_HOSTS: ${{ secrets.SSH_KNOWN_HOSTS_DWARSHUIS }}
SSH_KNOWN_HOSTS: ${{ secrets.SSH_KNOWN_HOSTS_DWARSHUIS }}

0 comments on commit 08dfdec

Please sign in to comment.