-
Notifications
You must be signed in to change notification settings - Fork 1
40 lines (40 loc) · 953 Bytes
/
main.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
on: push
name: 🚀 Deploy website on push
jobs:
web-deploy:
name: 🎉 Deploy
runs-on: ubuntu-latest
steps:
- name: 🚚 Get latest code
uses: actions/checkout@v2
- name: 📂 Sync files
uses: SamKirkland/[email protected]
with:
server: ftp.koumbit.net
username: ${{ secrets.ftp_username }}
password: ${{ secrets.ftp_password }}
exclude: |
**/.git*
**/.git*/**
**/node_modules/**
app.py
**/data/m.txt
**/data/s.txt
**/data/t.txt
README.MD
timeMachine.py
log.sh
.gitignore
**/twitter/**
**/draw/**
generate_index.py
generate_html.py
*.py
w3py/*
modules/*
draw/*
__init__.py
contracts/*
contract/*
**/data/export.py
**/data/__init__.py