Skip to content

Bump express from 4.19.2 to 4.21.1 #24

Bump express from 4.19.2 to 4.21.1

Bump express from 4.19.2 to 4.21.1 #24

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/[email protected]
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"