Skip to content

fix(root): 🚑 fixed email Invoice feature #16

fix(root): 🚑 fixed email Invoice feature

fix(root): 🚑 fixed email Invoice feature #16

Workflow file for this run

name: Deploy Backend
on:
push:
branches:
- main
paths:
- "apps/api/**"
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- name: executing remote ssh commands using password
uses: appleboy/[email protected]
with:
host: "hamroapi.rudejellyfish.live"
username: "azureuser"
key: ${{ secrets.SSH_PRIVATE_KEY }}
script: dokku git:sync --build api https://github.com/sahrohit/fullstack-ecommerce.git main