Skip to content

fix :: 로그인 예외처리조건, 웹상단 아이콘 #35

fix :: 로그인 예외처리조건, 웹상단 아이콘

fix :: 로그인 예외처리조건, 웹상단 아이콘 #35

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 }}