Skip to content

Fast no reload page loading, new loader, theme upgrades #19

Fast no reload page loading, new loader, theme upgrades

Fast no reload page loading, new loader, theme upgrades #19

Workflow file for this run

name: Deploy Node.js App (Production)
on:
pull_request:
types:
- closed
branches:
- prod
jobs:
if_merged:
if: github.event.pull_request.merged == true
runs-on: ubuntu-latest
steps:
- name: executing remote ssh commands using SSH key
uses: appleboy/ssh-action@v0.1.10
with:
host: ${{ secrets.HOST }}
username: ${{ secrets.USERNAME }}
key: ${{ secrets.SSH_KEY }}
port: ${{ secrets.PORT }}
script: cd /home/dangoweb/domains/vssouthernbell.com/public_html && git pull && cloudlinux-selector restart --json --interpreter nodejs --app-root "/home/dangoweb/domains/vssouthernbell.com/public_html"