Skip to content

Ignore robots.txt in deploy workflow #89

Ignore robots.txt in deploy workflow

Ignore robots.txt in deploy workflow #89

Workflow file for this run

on:
push:
branches: [ master ]
name: Deploy website via FTP
jobs:
web-deploy:
name: Deploy
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Sync files
uses: SamKirkland/[email protected]
with:
server: ${{ secrets.FTP_SERVER }}
username: ${{ secrets.FTP_USERNAME }}
password: ${{ secrets.FTP_PASSWORD }}
server-dir: domains/micro.geheimesite.nl/public_html/
exclude: |
**/.git*
**/.git*/**
**/node_modules/**
content/**.json
assets/main.css
robots.txt