Skip to content

fix(board/id) : fetch url protocl 수정 #7

fix(board/id) : fetch url protocl 수정

fix(board/id) : fetch url protocl 수정 #7

Workflow file for this run

name: Deploy to Amazon EC2
# main에 push 될 때 실행
on:
push:
branches: [main]
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- name: Deploy to EC2
uses: appleboy/[email protected]
with:
host: ${{ secrets.EC2_HOST }}
username: ${{ secrets.EC2_USER }}
key: ${{ secrets.EC2_KEY }}
script: |
cd /home/${{ secrets.EC2_USER }}/Front-End
git pull
pnpm install
bash ./deploy.sh