Skip to content

fix quickstart

fix quickstart #23

Workflow file for this run

name: Deploy SelfHostYourTech
on:
push:
branches:
- afreydev/demo
jobs:
deploy:
runs-on: ubuntu-latest
environment: staging
steps:
- name: Checkout the repo
uses: actions/checkout@v2
- name: Deploy to Server
uses: appleboy/ssh-action@v1
with:
host: ${{ secrets.HOST }}
username: ${{ secrets.USER }}
key: ${{ secrets.SSH_KEY }}
port: ${{ secrets.SSH_PORT }}
command_timeout: 15m
script: |
bash /opt/selfhostyourtech/bin/deploy.sh afreydev/demo