Skip to content

Commit

Permalink
replace vercel with fastly
Browse files Browse the repository at this point in the history
  • Loading branch information
NeilHanlon committed Aug 1, 2024
1 parent 92f451d commit ef6cc53
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 14 deletions.
14 changes: 0 additions & 14 deletions .github/workflows/build-vercel.yml

This file was deleted.

18 changes: 18 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
---
name: Build and Deploy (Fastly)
on:
push:
branches: ['main']
workflow_dispatch:

jobs:
trigger:
runs-on: ubuntu-latest
environment: production
steps:
- name: Trigger rocky-linux/docs.rockylinux.org Deploy
uses: peter-evans/repository-dispatch@v3
with:
token: ${{ secrets.CROSS_REPO_PAT }}
repository: rocky-linux/docs.rockylinux.org
event-type: deploy

0 comments on commit ef6cc53

Please sign in to comment.