Skip to content

Commit

Permalink
fix(ci): add nelify prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
Guts committed Oct 20, 2024
1 parent 9a1d028 commit c8c41d4
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/pr_preview_netlify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,11 @@ name: "👀 PR Preview"

on:
workflow_run:
workflows: ["Pull Request Checker 🛃"]
workflows:
- "Pull Request Checker 🛃"
types:
- completed

env:
LANG: "fr_FR.UTF-8"
LC_ALL: "fr_FR.UTF-8"
LC_TIME: "fr_FR.UTF-8"

jobs:
preview-netlify:
name: "⌛ Site temporaire sur Netlify"
Expand Down Expand Up @@ -62,6 +58,7 @@ jobs:
env:
NETLIFY_AUTH_TOKEN: ${{ secrets.NETLIFY_AUTH_TOKEN }}
NETLIFY_SITE_ID: ${{ secrets.NETLIFY_SITE_ID }}
NETLIFY_SITE_PREFIX: geotribu-english
with:
alias: ${{ env.NETLIFY_SITE_PREFIX }}
deploy-message: "Deploy preview of PR ${{ env.PR_TITLE }} (PR #${{ env.PR_NUMBER }} @ commit: ${{ env.PR_HEADSHA }})"
Expand Down

0 comments on commit c8c41d4

Please sign in to comment.