1 2 3 4 5 6 7
name: Deploy on: [push] jobs: deploy: runs-on: "self-hosted" steps: - run: /home/ubuntu/deploy.sh