Skip to content
This repository has been archived by the owner on Oct 4, 2024. It is now read-only.

Commit

Permalink
Tailscale ci (#383)
Browse files Browse the repository at this point in the history
* Added tailscale support.

* Fixed typo.

* Added SSH_HOST.
  • Loading branch information
samoht9277 authored Nov 28, 2023
1 parent 46eb874 commit cfdb66b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy-testing.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ jobs:
- name: Create ssh private key file from env var
env:
SSH_KEY: ${{ secrets.SSH_KEY }}
HOST: ${{ secrets.SSH_HOST }}
run: |
mkdir -p ~/.ssh/
sed -E 's/(-+(BEGIN|END) OPENSSH PRIVATE KEY-+) *| +/\1\n/g' <<< "$SSH_KEY" > ~/.ssh/id_ed25519
Expand Down

0 comments on commit cfdb66b

Please sign in to comment.