Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
invertedEcho committed Aug 3, 2024
1 parent 9923ef9 commit 1ae3b89
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,6 @@ jobs:
sudo apt update
sudo apt-get install cloudflared
cloudflared --version
- name: install-ssh-key
uses: shimataro/ssh-key-action@v2
with:
key: ${{ secrets.SSH_PRIVATE_KEY }}
name: id_rsa
known_hosts: ${{ secrets.KNOWN_HOSTS }}
if_key_exists: fail
- name: deploy backend
- name: ssh
run:
ssh -i ~/.ssh/id_rsa -o ProxyCommand="cloudflared access ssh --hostname ssh.invertedecho.com" [email protected] < ./scripts/deploy_backend.sh
ssh -o StrictHostKeyChecking=no -o ProxyCommand="cloudflared access ssh --hostname ssh.invertedecho.com" [email protected] < ./scripts/deploy_backend.sh

0 comments on commit 1ae3b89

Please sign in to comment.