Skip to content

test ticket id

test ticket id #79

Workflow file for this run

on:
push:
branches:
- main
workflow_dispatch:
jobs:
deploy:
name: Deploy to VM
runs-on: ubuntu-latest
steps:
- name: SSH
uses: appleboy/[email protected]
with:
script: echo "temporarily disable"
host: ${{ secrets.HOST }}
username: ${{ secrets.USERNAME }}
password: ${{ secrets.PASSWORD }}
proxy_host: ${{ secrets.PROXY_HOST }}
proxy_username: ${{ secrets.PROXY_USERNAME }}
proxy_passphrase: ${{ secrets.PROXY_PASSPHRASE }}
proxy_key: ${{ secrets.PROXY_KEY }}
proxy_port: ${{ secrets.PROXY_PORT }}