Skip to content

Merge branch 'main' of https://github.com/dgtlntv/vanilla-decap-monorepo #33

Merge branch 'main' of https://github.com/dgtlntv/vanilla-decap-monorepo

Merge branch 'main' of https://github.com/dgtlntv/vanilla-decap-monorepo #33

Workflow file for this run

name: Deploy to Server
on:
push:
branches:
- main
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- name: SSH into Server and trigger deployment script
uses: appleboy/[email protected]
with:
host: ${{ secrets.HOST }}
username: ${{ secrets.USERNAME }}
password: ${{ secrets.PASSWORD }}
script: |
cd /home/vanilla-decap-monorepo
./ci.sh