Skip to content

justfile: fix sshing into prod #55

justfile: fix sshing into prod

justfile: fix sshing into prod #55

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: just update-prod