Switch More App deployment from Tuxfamily to Hetzner

Also update the workflow for building More App
This commit is contained in:
Julian Groß 2023-07-03 23:55:59 +02:00
parent 060ca36745
commit e452887e43

View file

@ -7,20 +7,21 @@ on:
jobs: jobs:
build_site: build_site:
runs-on: ubuntu-20.04 runs-on: ubuntu-22.04
name: Deploy "More" repository name: Deploy "More" repository
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v3
- name: Deploy More repository - name: Deploy More repository
uses: SamKirkland/FTP-Deploy-Action@4.3.0 uses: SamKirkland/FTP-Deploy-Action@v4.3.4
with: with:
server: ftp.tuxfamily.org server: www531.your-server.de
username: ${{ secrets.GHA_MORE_FTP_USER }} protocol: ftps
password: ${{ secrets.GHA_MORE_FTP_PASS }} username: ${{ secrets.GHA_HETZNER_MORE_FTP_USER }}
password: ${{ secrets.GHA_HETZNER_MORE_FTP_PASS }}
local-dir: ./ local-dir: ./
server-dir: overte/more.overte.org-web/htdocs/ server-dir: /
exclude: | exclude: |
**/staging/** **/staging/**
**/.* **/.*