1
0
mirror of https://github.com/privacyguides/privacyguides.org.git synced 2025-08-19 09:24:46 +00:00

ci: Set production metadata for immediate releases

This commit is contained in:
2025-06-10 11:24:44 -06:00
parent 85b36b5f00
commit 95ecfc228e
5 changed files with 30 additions and 0 deletions

View File

@@ -59,6 +59,7 @@ jobs:
repo: ${{ github.repository }}
ref: ${{ github.ref }}
continue-on-error: false
context: production
build_videos:
needs: submodule
@@ -69,6 +70,7 @@ jobs:
repo: ${{ github.repository }}
ref: ${{ github.ref }}
continue-on-error: false
context: production
deploy:
needs: [build_blog, build_videos]