1
0
Fork 0
Commit Graph

4 Commits (cb0aef5827f3679c6050f3b3c4a482b763735e5a)

Author SHA1 Message Date
naicoi cb0aef5827
Update OS version in .woodpecker.yml
ci/woodpecker/push/woodpecker Pipeline failed Details
Changed the OS version from Ubuntu to Slim in .woodpecker.yml file. This commit also updates the matrix configuration for Linux architecture.
2023-05-18 00:46:54 +07:00
naicoi 4072856af0
Update Dockerfile to use the correct Node.js version
ci/woodpecker/push/woodpecker Pipeline failed Details
The Dockerfile has been updated to correctly reference the Node.js version specified by the tag argument. The pm2 package is now installed globally and typescript is installed using pm2.
2023-05-18 00:44:51 +07:00
naicoi 9d51bf0357
Add Woodpecker configuration and Dockerfile for Node.js app deployment
ci/woodpecker/push/woodpecker Pipeline failed Details
Added a .woodpecker.yml file to configure the build matrix, pipeline, and Docker image settings for deploying a Node.js app. Also added a Dockerfile that installs pm2 and typescript globally.
2023-05-18 00:43:00 +07:00
naicoi aa8296239e
Initial commit 2023-05-18 00:35:33 +07:00