Skip to content

feat - add iris example pipeline #8

feat - add iris example pipeline

feat - add iris example pipeline #8

Workflow file for this run

name: deploy
on:
push:
branches:
- main
jobs:
SSH:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Run scripts in server
uses: appleboy/ssh-action@master
with:
key: ${{ secrets.SSH_KEY }}
host: ${{ secrets.HOST }}
username: ${{ secrets.USER }}
script: |
cd ${{ vars.project_path }}/${{ github.event.repository.name }}
git pull origin main