Skip to content

justfile: fix sshing into prod #331

justfile: fix sshing into prod

justfile: fix sshing into prod #331

name: Deploy staging
on:
push:
branches:
- develop
jobs:
build:
name: Build staging
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-staging