Skip to content

fix: load image

fix: load image #115

Workflow file for this run

name: CI
on:
push:
branches: ['main']
jobs:
deploy:
name: Deploy
runs-on: ubuntu-latest
steps:
- name: executing remote ssh commands
uses: appleboy/ssh-action@master
with:
host: ${{ secrets.HOST }}
username: ${{ secrets.USERNAME }}
password: ${{ secrets.PASSWORD }}
script: |
git clone https://github.com/luanbt21/essme-fe.git
cd essme-fe
git pull origin main
pnpm install
pnpm run build:host