Skip to content

feat :: 외출 급식 체크 #37

feat :: 외출 급식 체크

feat :: 외출 급식 체크 #37

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/FTP-Deploy-Action@4.3.2
with:
server: http://dodam.b1nd.com
username: user@tutsplanet.com
password: ${{ secrets.DODAM_MAINPAGE_FTP_PWD }}