Skip to content

Feat: robots meta data 수정 #5

Feat: robots meta data 수정

Feat: robots meta data 수정 #5

Workflow file for this run

name: remote ssh command
on:
push:
branches: ['main']
pull_request:
branches: ['main']
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [18.x]
steps:
- name: executing remote ssh commands using password
uses: appleboy/[email protected]
with:
host: ${{ secrets.HOST }}
username: ${{ secrets.USERNAME }}
key: ${{ secrets.PASSWORD }}
script: |
cd /home/ubuntu/portfolio
git pull origin main
npm ci
npm run build
pm2 restart portfolio-app