Skip to content

Commit

Permalink
chore: add workflow to trigger lambda build
Browse files Browse the repository at this point in the history
  • Loading branch information
coelhucas committed Jan 3, 2025
1 parent c141f61 commit 638323f
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/deploy-lambdas.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: Deploy docs to prod

on:
push:
paths:
- lambda/**

permissions: {}

jobs:
trigger:
name: Docs prod deploy
runs-on: ubuntu-latest
steps:
- name: Repository Dispatch
uses: peter-evans/repository-dispatch@26b39ed245ab8f31526069329e112ab2fb224588
with:
token: ${{ secrets.ORG_AUTOMATION_TOKEN }}
repository: timescale/web-documentation
event-type: build-lambda

0 comments on commit 638323f

Please sign in to comment.