Skip to content

Merge remote-tracking branch 'origin/feature/notifications' into staging #5

Merge remote-tracking branch 'origin/feature/notifications' into staging

Merge remote-tracking branch 'origin/feature/notifications' into staging #5

Workflow file for this run

name: Staging
on:
push:
branches:
- staging
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Deploy
uses: appleboy/ssh-action@master
with:
host: ${{ vars.STAGING_SERVER_HOST }}
username: deploy
key: ${{ secrets.STAGING_SSH_PRIVATE_KEY }}
script: bash deploy