Action designed to automate the deployment of web applications to Cloudflare Pages
Last updated 1 year ago
Was this helpful?
This page covers deploy-webapp* actions
deploy-webapp*
In .github/workflows/deploy-webapp.yml paste following snippet:
.github/workflows/deploy-webapp.yml
name: "Deploy: @exile-watch / doryani" on: workflow_dispatch: jobs: deploy-webapp: runs-on: ubuntu-latest steps: - name: Deploy Crucible to Cloudflare Pages uses: exile-watch/doryani/deploy-webapp@main with: CLOUDFLARE_API_TOKEN: ${{ secrets.CLOUDFLARE_API_TOKEN }} CLOUDFLARE_ACCOUNT_ID: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }} PROJECT_NAME: "project_name" ENV: "production" GH_TOKEN: ${{ secrets.GH_TOKEN }} GH_ACTOR: ${{ github.actor }}