mirror of
https://github.com/privacyguides/privacyguides.org.git
synced 2025-11-04 21:37:52 +00:00
ci: Disable Netlify releases (#3120)
Signed-off-by: Daniel Gray <dngray@privacyguides.org>
This commit is contained in:
12
.github/workflows/publish-pr.yml
vendored
12
.github/workflows/publish-pr.yml
vendored
@@ -89,18 +89,6 @@ jobs:
|
|||||||
echo "sha=$(cat metadata/SHA)" >> "$GITHUB_OUTPUT"
|
echo "sha=$(cat metadata/SHA)" >> "$GITHUB_OUTPUT"
|
||||||
echo "privileged=$(cat metadata/PRIVILEGED)" >> "$GITHUB_OUTPUT"
|
echo "privileged=$(cat metadata/PRIVILEGED)" >> "$GITHUB_OUTPUT"
|
||||||
|
|
||||||
deploy_netlify:
|
|
||||||
needs: metadata
|
|
||||||
permissions:
|
|
||||||
contents: read
|
|
||||||
|
|
||||||
uses: privacyguides/webserver/.github/workflows/deploy-netlify-preview.yml@main
|
|
||||||
with:
|
|
||||||
netlify_alias: ${{ needs.metadata.outputs.pr_number }}
|
|
||||||
netlify_site_id: ${{ vars.NETLIFY_SITE }}
|
|
||||||
secrets:
|
|
||||||
NETLIFY_TOKEN: ${{ secrets.NETLIFY_TOKEN }}
|
|
||||||
|
|
||||||
deploy_garage:
|
deploy_garage:
|
||||||
needs: metadata
|
needs: metadata
|
||||||
permissions:
|
permissions:
|
||||||
|
|||||||
1
.github/workflows/publish-release.yml
vendored
1
.github/workflows/publish-release.yml
vendored
@@ -112,7 +112,6 @@ jobs:
|
|||||||
needs: [build, build_blog]
|
needs: [build, build_blog]
|
||||||
uses: privacyguides/webserver/.github/workflows/deploy-all.yml@main
|
uses: privacyguides/webserver/.github/workflows/deploy-all.yml@main
|
||||||
secrets:
|
secrets:
|
||||||
NETLIFY_TOKEN: ${{ secrets.NETLIFY_TOKEN }}
|
|
||||||
PROD_MINIO_KEY_ID: ${{ secrets.PROD_MINIO_KEY_ID }}
|
PROD_MINIO_KEY_ID: ${{ secrets.PROD_MINIO_KEY_ID }}
|
||||||
PROD_MINIO_SECRET_KEY: ${{ secrets.PROD_MINIO_SECRET_KEY }}
|
PROD_MINIO_SECRET_KEY: ${{ secrets.PROD_MINIO_SECRET_KEY }}
|
||||||
PROD_GARAGE_KEY_ID: ${{ secrets.PROD_GARAGE_KEY_ID }}
|
PROD_GARAGE_KEY_ID: ${{ secrets.PROD_GARAGE_KEY_ID }}
|
||||||
|
|||||||
@@ -63,9 +63,7 @@ All contributors to the site are listed [here](#contributors). If you have contr
|
|||||||
## Mirrors
|
## Mirrors
|
||||||
|
|
||||||
- **GitHub Pages:** [privacyguides.github.io/privacyguides.org](https://privacyguides.github.io/privacyguides.org/en/)
|
- **GitHub Pages:** [privacyguides.github.io/privacyguides.org](https://privacyguides.github.io/privacyguides.org/en/)
|
||||||
- **Netlify (AWS):** [illustrious-bavarois-56cf30.netlify.app](https://illustrious-bavarois-56cf30.netlify.app/en/)
|
|
||||||
- **BunnyCDN:** [privacyguides-org-production.b-cdn.net](https://privacyguides-org-production.b-cdn.net/en/)
|
- **BunnyCDN:** [privacyguides-org-production.b-cdn.net](https://privacyguides-org-production.b-cdn.net/en/)
|
||||||
- **Hetzner:** [direct.privacyguides.org](https://direct.privacyguides.org/en/) (discouraged!)
|
|
||||||
|
|
||||||
### Alternative Networks
|
### Alternative Networks
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user