Skip to content

reviews: update disclaimer #47

reviews: update disclaimer

reviews: update disclaimer #47

Workflow file for this run

name: Deploy production
on:
push:
branches:
- main
jobs:
build:
name: Build production
runs-on: ubuntu-latest
steps:
- uses: appleboy/ssh-action@master
with:
host: ${{ secrets.HOST }}
username: ${{ secrets.USERNAME }}
password: ${{ secrets.PASSWORD }}
port: ${{ secrets.PORT }}
script: ~/update-prod