diff --git a/.github/workflows/azure-static-web-apps-white-pond-05dd06003.yml b/.github/workflows/azure-static-web-apps-white-pond-05dd06003.yml deleted file mode 100644 index 73d1edf..0000000 --- a/.github/workflows/azure-static-web-apps-white-pond-05dd06003.yml +++ /dev/null @@ -1,45 +0,0 @@ -name: Azure Static Web Apps CI/CD - -on: - push: - branches: - - master - pull_request: - types: [opened, synchronize, reopened, closed] - branches: - - master - -jobs: - build_and_deploy_job: - if: github.event_name == 'push' || (github.event_name == 'pull_request' && github.event.action != 'closed') - runs-on: ubuntu-latest - name: Build and Deploy Job - steps: - - uses: actions/checkout@v3 - with: - submodules: true - - name: Build And Deploy - id: builddeploy - uses: Azure/static-web-apps-deploy@v1 - with: - azure_static_web_apps_api_token: ${{ secrets.AZURE_STATIC_WEB_APPS_API_TOKEN_WHITE_POND_05DD06003 }} - repo_token: ${{ secrets.GITHUB_TOKEN }} # Used for Github integrations (i.e. PR comments) - action: "upload" - ###### Repository/Build Configurations - These values can be configured to match your app requirements. ###### - # For more information regarding Static Web App workflow configurations, please visit: https://aka.ms/swaworkflowconfig - app_location: "/" # App source code path - api_location: "" # Api source code path - optional - output_location: "/" # Built app content directory - optional - ###### End of Repository/Build Configurations ###### - - close_pull_request_job: - if: github.event_name == 'pull_request' && github.event.action == 'closed' - runs-on: ubuntu-latest - name: Close Pull Request Job - steps: - - name: Close Pull Request - id: closepullrequest - uses: Azure/static-web-apps-deploy@v1 - with: - azure_static_web_apps_api_token: ${{ secrets.AZURE_STATIC_WEB_APPS_API_TOKEN_WHITE_POND_05DD06003 }} - action: "close" diff --git a/.github/workflows/bunny-storage-zone.yml b/.github/workflows/bunny-storage-zone.yml new file mode 100644 index 0000000..b698223 --- /dev/null +++ b/.github/workflows/bunny-storage-zone.yml @@ -0,0 +1,32 @@ +# This GitHub Actions workflow is based on the following repository: +# https://github.com/R-J-dev/bunny-deploy +# License: MIT +name: Deploy to Bunny.net Storage Zone + +on: + push: + branches: + - master + +jobs: + deploy: + runs-on: ubuntu-latest + permissions: + contents: read + timeout-minutes: 10 + steps: + - name: Checkout repository + uses: actions/checkout@v3 + + - name: Deploy to Bunny.net + uses: R-J-dev/bunny-deploy@v2.0.6 + with: + storage-zone-password: ${{ secrets.BUNNY_STORAGE_ZONE_PASSWORD }} + directory-to-upload: "./build" + storage-endpoint: "https://storage.bunnycdn.com" + storage-zone-name: "vincent-os-website" + # Limit the number of concurrent uploads to avoid overwhelming the server + # In a theory of a worst case scenario, we should not exceed 10 concurrent uploads + # The Bunny.net API allows up to 50 concurrency uploads. + # If this number is too high, panic! + concurrency: 10 \ No newline at end of file diff --git a/404.html b/404.html new file mode 100644 index 0000000..6ee5c7e --- /dev/null +++ b/404.html @@ -0,0 +1,80 @@ + + + +
+ + + +The page you are looking for might have been removed, had its name changed, or is temporarily unavailable.
+ Back to homepage +This website is using the EUPL and the GPL-3.0 Licenses.
-Made by ❤ and hosted on Azure Static Web Apps.
diff --git a/pages/download.html b/pages/download.html
index 1218c22..46ebea6 100644
--- a/pages/download.html
+++ b/pages/download.html
@@ -141,7 +141,6 @@ This website is using the EUPL and the GPL-3.0 Licenses.
-Made by ❤ and hosted on Azure Static Web Apps.
diff --git a/pages/support.html b/pages/support.html
index 9d41818..e8772c8 100644
--- a/pages/support.html
+++ b/pages/support.html
@@ -103,7 +103,6 @@ This website is using the EUPL and the GPL-3.0 Licenses.
-Made by ❤ and hosted on Azure Static Web Apps.