mirror of
https://github.com/overte-org/community-apps.git
synced 2025-04-05 14:52:09 +02:00
Switch More App deployment from Tuxfamily to Hetzner
Also update the workflow for building More App
This commit is contained in:
parent
060ca36745
commit
e452887e43
1 changed files with 8 additions and 7 deletions
15
.github/workflows/master_deploy.yml
vendored
15
.github/workflows/master_deploy.yml
vendored
|
@ -7,20 +7,21 @@ on:
|
|||
|
||||
jobs:
|
||||
build_site:
|
||||
runs-on: ubuntu-20.04
|
||||
runs-on: ubuntu-22.04
|
||||
|
||||
name: Deploy "More" repository
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/checkout@v3
|
||||
|
||||
- name: Deploy More repository
|
||||
uses: SamKirkland/FTP-Deploy-Action@4.3.0
|
||||
uses: SamKirkland/FTP-Deploy-Action@v4.3.4
|
||||
with:
|
||||
server: ftp.tuxfamily.org
|
||||
username: ${{ secrets.GHA_MORE_FTP_USER }}
|
||||
password: ${{ secrets.GHA_MORE_FTP_PASS }}
|
||||
server: www531.your-server.de
|
||||
protocol: ftps
|
||||
username: ${{ secrets.GHA_HETZNER_MORE_FTP_USER }}
|
||||
password: ${{ secrets.GHA_HETZNER_MORE_FTP_PASS }}
|
||||
local-dir: ./
|
||||
server-dir: overte/more.overte.org-web/htdocs/
|
||||
server-dir: /
|
||||
exclude: |
|
||||
**/staging/**
|
||||
**/.*
|
||||
|
|
Loading…
Reference in a new issue