Skip to content

refactor: 모바일 앱 및 배너 link 수정 #29

refactor: 모바일 앱 및 배너 link 수정

refactor: 모바일 앱 및 배너 link 수정 #29

Workflow file for this run

on:
push:
branches:
- master
name: Production Deployment
jobs:
web-deploy:
name: Deploy
runs-on: ubuntu-latest
steps:
- name: 🚚 Get latest code
uses: actions/checkout@v2
- name: 🔨 Build Project
run: |
npm install --legacy-peer-deps
npm run build
- name: 📂 Sync files
uses: SamKirkland/[email protected]
with:
server: http://dodam.b1nd.com
username: [email protected]
password: ${{ secrets.DODAM_MAINPAGE_FTP_PWD }}