Skip to content

Merge pull request #21 from Best-offer-finder/BOF-9-return-notificati… #11

Merge pull request #21 from Best-offer-finder/BOF-9-return-notificati…

Merge pull request #21 from Best-offer-finder/BOF-9-return-notificati… #11

name: Backend Deployment
on:
push:
branches:
- develop
jobs:
deploy_backend:
name: Deploy backend
runs-on: ubuntu-latest
steps:
- name: SSH and deploy backend
uses: appleboy/[email protected]
with:
host: ${{ secrets.SSH_HOST }}
username: ${{ secrets.SSH_USERNAME }}
key: ${{ secrets.SSH_PRIVATE_KEY }}
port: ${{ secrets.SSH_PORT }}
script: ./update-backend.sh