Skip to content

Merge pull request #19 from d0rich/beautify-frontend #3

Merge pull request #19 from d0rich/beautify-frontend

Merge pull request #19 from d0rich/beautify-frontend #3

Workflow file for this run

name: remote ssh command
on: [push]
jobs:
build:
name: Build
runs-on: ubuntu-latest
if: github.ref == 'refs/heads/main'
steps:
- name: executing remote ssh commands using ssh key
uses: appleboy/[email protected]
with:
host: ${{ secrets.HOST }}
username: ${{ secrets.USERNAME }}
key: ${{ secrets.KEY_ED25519 }}
port: ${{ secrets.PORT }}
script: |
cd BigFiles
git pull --all
sh build.sh