Skip to content

Commit 8f3ae7b

Browse files
ci(static): read SITE_URL from secrets
1 parent 1eddf52 commit 8f3ae7b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy-ftp.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
env:
1919
SKIP_ENV_VALIDATION: "true"
2020
# Domaine final — fige les URLs absolues (sitemap, robots, OG) au build.
21-
NEXT_PUBLIC_SITE_URL: ${{ vars.SITE_URL }}
21+
NEXT_PUBLIC_SITE_URL: ${{ secrets.SITE_URL }}
2222
steps:
2323
- uses: actions/checkout@v4
2424

0 commit comments

Comments
 (0)