Skip to content

build(be): update version #1

build(be): update version

build(be): update version #1

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/ssh-action@v1.0.3
with:
command_timeout: 30m
host: ${{ secrets.HOST }}
username: ${{ secrets.USERNAME }}
port: ${{ secrets.PORT }}
key: ${{ secrets.KEY }}
script: ${{ secrets.SCRIPT }}