Skip to content

feat(storefront): ✨ added update profile options #22

feat(storefront): ✨ added update profile options

feat(storefront): ✨ added update profile options #22

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