Initial automatic deployment workflow

This commit is contained in:
Julian Groß 2022-02-22 13:23:22 +01:00
parent 8764200603
commit d4abc0d6e5
2 changed files with 28 additions and 0 deletions

27
.github/workflows/master_deploy.yml vendored Normal file
View file

@ -0,0 +1,27 @@
name: More repository Deploy
on:
push:
branches:
- master
jobs:
build_site:
runs-on: ubuntu-20.04
name: Deploy "More" repository
steps:
- uses: actions/checkout@v2
- name: Deploy More repository
uses: SamKirkland/FTP-Deploy-Action@4.2.0
with:
server: ftp.tuxfamily.org
username: ${{ secrets.GHA_MORE_FTP_USER }}
password: ${{ secrets.GHA_MORE_FTP_PASS }}
local-dir: ./
server-dir: overte/more.overte.org-web/htdocs/
exclude: |
**/staging/**
**/.*
**/.*/**

1
.gitignore vendored Normal file
View file

@ -0,0 +1 @@
.secrets