Skip to content

Fixed kubejs_scripts addon folder name in template generator #14

Fixed kubejs_scripts addon folder name in template generator

Fixed kubejs_scripts addon folder name in template generator #14

Workflow file for this run

name: Deploy
on:
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Execute deploy script
uses: garygrossgarten/github-action-ssh@release
with:
command: cd /var/www/squirrelcontrol && sh deploy.sh
host: ${{ secrets.HOST }}
username: ${{ secrets.USERNAME }}
password: ${{ secrets.PASSPHRASE }}
env:
CI: true