Skip to content

ci: add staging environment #2

ci: add staging environment

ci: add staging environment #2

Workflow file for this run

name: Staging
on:
push:
branches:
- feat/staging
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- name: Deploy to staging environment
uses: appleboy/[email protected]
with:
host: publisher.podlove.dev
username: root
key: ${{ secrets.STAGING_SSH_KEY }}
script: |
cd app
git fetch
git reset --hard ${GITHUB_SHA}
devbox run build
devbox services up