summaryrefslogtreecommitdiff
path: root/.github/workflows/deploy.yml
AgeCommit message (Collapse)Author
2026-05-12Updated README links (#417)Dante Niewenhuis
2026-05-12Updated README links (#416)Dante Niewenhuis
2026-05-12Added a forced pull of images to deploy.yml (#415)Dante Niewenhuis
* Added workflow_dispatch to all github Actions so they can be triggered from Github.com directly * Add a pull to deploy.yml so it does not use the image from cache
2026-05-12Added workflow_dispatch to all github Actions so they can be triggered from ↵Dante Niewenhuis
Github.com directly (#414)
2026-04-15add a job report to the scenario overview with details and time data (#406)vincent van beek
* add a job report to the scenario overview with details and time data * create Report data class
2026-03-30attempt to fix the deploy of the new UI setup (#394)vincent van beek
2023-01-07ci: Pin version of GitHub Actions runner imagesFabian Mastenbroek
This change pins the versions of the GitHub Actions runner images used by our workflows to prevent regressions when the latest Ubuntu/Windows image is updated.
2022-09-13ci(site): Add GitHub Actions workflow for deploying websiteFabian Mastenbroek
This change adds a new GitHub Actions workflow for building and deploying the OpenDC website (documentation) built using Docusaurus.
2021-03-15ci: Update deployment workflowFabian Mastenbroek
This change updates the deployment workflow for opendc.org due to changes on the server.
2020-10-28Add workflow for deploying to opendc.orgFabian Mastenbroek
This change adds a workflow to the repository which will automate the deployment to opendc.org in case of new changes. The production version will live on the prod branch. Implements #33