Skip to content

build(root): ⬆️ updated to node 20 #40

build(root): ⬆️ updated to node 20

build(root): ⬆️ updated to node 20 #40

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