File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed
Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change 3838 curl -L --output cloudflared.deb https://github.com/cloudflare/cloudflared/releases/latest/download/cloudflared-linux-amd64.deb && sudo dpkg -i cloudflared.deb
3939 mkdir ~/.ssh && echo "${{ secrets.ELLBOT_KEY }}" > ~/.ssh/id_rsa && chmod 600 ~/.ssh/id_rsa
4040 rsync -rv --delete -e 'ssh -o "ProxyCommand cloudflared access ssh --hostname %h" -o "StrictHostKeyChecking=no"' demo/. ellbot@ssh.ellpeck.de:/var/www/MLEM/demo
41+ env :
42+ TUNNEL_SERVICE_TOKEN_ID : ${{ secrets.TUNNEL_SERVICE_TOKEN_ID }}
43+ TUNNEL_SERVICE_TOKEN_SECRET : ${{ secrets.TUNNEL_SERVICE_TOKEN_SECRET }}
4144 build-deploy-docs :
4245 runs-on : ubuntu-latest
4346 steps :
6770 curl -L --output cloudflared.deb https://github.com/cloudflare/cloudflared/releases/latest/download/cloudflared-linux-amd64.deb && sudo dpkg -i cloudflared.deb
6871 mkdir ~/.ssh && echo "${{ secrets.ELLBOT_KEY }}" > ~/.ssh/id_rsa && chmod 600 ~/.ssh/id_rsa
6972 rsync -rv --delete -e 'ssh -o "ProxyCommand cloudflared access ssh --hostname %h" -o "StrictHostKeyChecking=no"' --exclude /demo Docs/_site/. ellbot@ssh.ellpeck.de:/var/www/MLEM
73+ env :
74+ TUNNEL_SERVICE_TOKEN_ID : ${{ secrets.TUNNEL_SERVICE_TOKEN_ID }}
75+ TUNNEL_SERVICE_TOKEN_SECRET : ${{ secrets.TUNNEL_SERVICE_TOKEN_SECRET }}
You can’t perform that action at this time.
0 commit comments