Skip to content

Update lsh_newsletter.html #1304

Update lsh_newsletter.html

Update lsh_newsletter.html #1304

Workflow file for this run

name: deploy to production
on:
push:
branches: [ master ]
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- name: executing remote ssh commands
uses: appleboy/ssh-action@master
with:
host: ${{ secrets.HOST }}
username: ${{ secrets.USER }}
key: ${{ secrets.PRIVATE_KEY }}
port: ${{ secrets.PORT }}
script: |
/home/production/deploy/deploy_server.sh