aboutsummaryrefslogtreecommitdiff
path: root/.gitea/workflows
Commit message (Collapse)AuthorAgeFilesLines
* Migrate from Gitea Actions to GitHub ActionsValentin Popov12 days2-40/+0
|
* Refactor CI workflow step names for clarity by adding descriptive titles for ↵Valentin Popov2025-05-231-2/+4
| | | | dependency installation and checks.
* Remove push trigger from Renovate workflow configuration to streamline ↵Valentin Popov2025-05-231-2/+0
| | | | scheduling.
* Update Renovate configuration to enable 'ignoreScripts' for npm and improve ↵Valentin Popov2025-05-231-3/+4
| | | | workflow step naming for clarity during dependency updates.
* Update Renovate configuration to use the full container image for enhanced ↵Valentin Popov2025-05-231-2/+1
| | | | functionality during dependency updates.
* Update Renovate configuration by removing 'githubTokenWarn' and adding ↵Valentin Popov2025-05-231-0/+1
| | | | 'RENOVATE_GITHUB_COM_TOKEN' for improved token management in Gitea workflows.
* Update Renovate configuration to enable 'githubTokenWarn' and set ↵Valentin Popov2025-05-231-1/+0
| | | | 'ignoreScripts' to false, enhancing security and improving script execution during dependency updates.
* Add GitHub token to Renovate configuration for enhanced repository access ↵Valentin Popov2025-05-231-0/+1
| | | | during updates.
* Added push trigger for master branch in Renovate workflow to enhance ↵Valentin Popov2025-05-231-0/+2
| | | | automation on code updates.
* Added debug log level to Renovate workflow for improved troubleshooting.Valentin Popov2025-05-231-0/+1
|
* Added self-hosted Renovate BotValentin Popov2025-05-081-0/+16
|
* Disabled GitHub CI; Enabled Gitea ActionsValentin Popov2025-05-081-0/+20
|
* Configuring Dependabot for daily dependency updates and deleting Renovate ↵Valentin Popov2025-01-242-30/+0
| | | | configurations
* Update ghcr.io/renovatebot/renovate Docker tag to v39RenovateBot2024-11-051-1/+1
|
* Refactor deployment workflowValentin Popov2024-09-121-31/+0
|
* Update deploy workflow to include build step and testing Gitea ActionValentin Popov2024-09-111-0/+14
|
* Update deploy workflow to include RenovateBot jobValentin Popov2024-09-111-0/+16
|
* Update deploy workflow to use rsync with --archive flagValentin Popov2024-09-111-2/+5
|
* Update deploy workflow to use rsync with --delete-after flagValentin Popov2024-09-111-1/+1
|
* Update deploy workflow to include rsync command for website deploymentValentin Popov2024-09-111-1/+1
|
* Update deploy workflow to include build step and testing Gitea ActionValentin Popov2024-09-111-1/+2
|
* Update node version in deploy workflowValentin Popov2024-09-111-2/+2
|
* Update actions/download-artifact version in deploy workflowValentin Popov2024-09-111-1/+1
|
* Update node version in deploy workflowValentin Popov2024-09-111-1/+2
|
* Added build stepValentin Popov2024-09-111-2/+19
|
* Added testing Gitea ActionValentin Popov2024-09-111-0/+9
|
* Initial Astro projectValentin Popov2024-09-051-26/+0
|
* Added Dev ContainerValentin Popov2024-07-091-0/+26