diff --git a/.github/workflows/master_deploy.yml b/.github/workflows/master_deploy.yml new file mode 100644 index 0000000..2217877 --- /dev/null +++ b/.github/workflows/master_deploy.yml @@ -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/** + **/.* + **/.*/** diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..1233aae --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.secrets