Skip to content

Commit

Permalink
Merge pull request #222 from norcalipa/norcalipa/cloudflare-ssh-fix-10
Browse files Browse the repository at this point in the history
Trying to fix cloudflare ssh by reverting to 2024.10.0
  • Loading branch information
norcalipa authored Oct 25, 2024
2 parents 4f13fd7 + 57f3acb commit fab4104
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-home.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
cd /tmp
curl -OL https://github.com/cloudflare/cloudflared/releases/download/2024.10.0/cloudflared-linux-amd64.deb
cd -
sudo apt install /tmp/cloudflared-linux-arm.deb
sudo apt install /tmp/cloudflared-linux-amd64.deb
# install cloudflared
sudo apt-get update && sudo apt-get install cloudflared=2024.10.0
Expand Down

0 comments on commit fab4104

Please sign in to comment.