Skip to content

Merge branch 'feature/staging' into staging #6

Merge branch 'feature/staging' into staging

Merge branch 'feature/staging' into staging #6

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