Skip to content

Add Caddy webserver configuration and tutorial on Caddy with Cloudflare DNS in proxy mode #514

Add Caddy webserver configuration and tutorial on Caddy with Cloudflare DNS in proxy mode

Add Caddy webserver configuration and tutorial on Caddy with Cloudflare DNS in proxy mode #514

Workflow file for this run

name: GitHub Pages
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
deploy:
name: Deploy
runs-on: ubuntu-20.04
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Install dependencies
run: yarn install --frozen-lockfile
- name: Build
run: yarn run build
- name: Deploy
if: github.ref == 'refs/heads/master'
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./.vuepress/dist
cname: pterodactyl.io