Skip to content

feat(gcp keys): Documenting a better way to get the SA keys out of GC… #196

feat(gcp keys): Documenting a better way to get the SA keys out of GC…

feat(gcp keys): Documenting a better way to get the SA keys out of GC… #196

Workflow file for this run

name: Production
on:
push:
branches:
- main
paths:
- docs/**
- .github/workflows/prod.yaml
- overrides/**
- mkdocs.yml
- Dockerfile
- cloudflare.conf
- deny.conf
- dev-nginx.conf
- prod.toml
jobs:
site:
runs-on: ubuntu-latest
name: Build Documentation
environment:
name: Production
url: https://documentation.breadnet.co.uk
steps:
- name: Git Clone
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Fly Build and Deploy
uses: userbradley/[email protected]
with:
flyToken: ${{ secrets.FLY_ACCESS_TOKEN_PROD }}
configFile: ${{ vars.CONFIG_FILE }}