Commit graph

18 commits

Author SHA1 Message Date
a487046931
- Add manual trigger to Woodpecker CI configuration.
This change allows the CI pipeline to be manually triggered in addition to being triggered by cron jobs and pushes. This provides more flexibility for testing and deployment workflows.
2024-10-17 11:21:58 +02:00
4966b1242a
- Update Node.js version from 18 to 20
Changed the ARG_NODE_MAJOR in Dockerfile and updated corresponding tags in .woodpecker.yml to reflect the new Node.js version. This ensures that the build process uses the latest version of Node.js.
2024-10-17 11:16:01 +02:00
c58301177c Update Dockerfile 2023-11-22 16:56:09 +01:00
ecb7770a8c Update .woodpecker.yml 2023-11-20 17:52:15 +01:00
56b9b8c0cc add yarn to the image 2023-11-20 17:51:05 +01:00
a84ae68f9f
- re-enable cron 2023-11-04 17:01:27 +01:00
2cf7148f93
- fix tag name issue 2023-11-04 16:49:17 +01:00
e4068c988f
- fix var issues 2023-11-04 16:44:46 +01:00
4f5ea62d1f
- fix var issues 2023-11-04 16:44:29 +01:00
566693b559
- fix var issues 2023-11-04 16:43:48 +01:00
aaa83e6c42
- Implement CI/CD 2023-11-04 16:42:10 +01:00
d7db74f489
- test arg 2023-11-04 13:30:02 +01:00
ca238429b6
- test arg 2023-11-04 13:27:01 +01:00
b309228f13
- test arg 2023-11-04 13:24:42 +01:00
df3146e891
- test arg 2023-11-04 13:21:33 +01:00
67f182d16d
- disable CI/CD filter 2023-11-04 12:24:01 +01:00
3093923643
- implement Dockerfile and CI/CD 2023-11-04 12:23:08 +01:00
317c439f31 Initial commit 2023-11-04 12:06:53 +01:00