Skip to content

feat: 필터 생성 시 member 필드 추가 #67

feat: 필터 생성 시 member 필드 추가

feat: 필터 생성 시 member 필드 추가 #67

Workflow file for this run

name: deploy
on:
push:
branches: [ 'main' ]
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:
SSH:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Run scripts in server
uses: appleboy/ssh-action@master
with:
key: ${{ secrets.FRONT_EC2_SSH_KEY }}
host: ${{ secrets.FRONT_EC2_HOST }}
username: ${{ secrets.FRONT_EC2_USER }}
script: |
pwd
./frontCDScript.sh