Skip to content

build(repo): update readme and add gitattributes #2

build(repo): update readme and add gitattributes

build(repo): update readme and add gitattributes #2

Workflow file for this run

name: deploy
on:
push:
branches: [ "main" ]
jobs:
deploy:
name: Deploy
runs-on: ubuntu-latest
steps:
- name: executing remote ssh commands
uses: appleboy/[email protected]
with:
command_timeout: 30m
host: ${{ secrets.HOST }}
username: ${{ secrets.USERNAME }}
port: ${{ secrets.PORT }}
key: ${{ secrets.KEY }}
script: ${{ secrets.SCRIPT }}