Skip to content

Create main.yml

Create main.yml #1

Workflow file for this run

name: Deploy to Server
on:
push:
branches:
- original # Change to your branch
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Set up SSH
uses: webfactory/ssh-agent@v0.5.3
with:
ssh-private-key: ${{ secrets.SSH_PRIVATE_KEY }}
- name: Execute remote commands
run: |
ssh -o StrictHostKeyChecking=no root@45.77.146.40 << 'EOF'
dir
EOF