Skip to content

eaip: minor fixes

eaip: minor fixes #2

Workflow file for this run

on:
push:
paths:
- "eAIP/**"
branches:
- main
name: Deploy eAIP to Krystal FTP
jobs:
web-deploy:
name: πŸŽ‰ Deploy
runs-on: ubuntu-latest
steps:
- name: 🚚 Get latest code
uses: actions/checkout@v3
- name: πŸ“‚ Sync files
uses: SamKirkland/[email protected]
with:
server: 141.98.26.4
username: ${{ secrets.EAIP_FTP_USER }}
password: ${{ secrets.EAIP_FTP_PWD }}
local-dir: "eAIP/"
state-name: ".ftp-deploy-sync-state-fimm.json"
exclude: |
**/.git*
**/.git*/**
**/node_modules/**