1
0
Fork 0
Commit Graph

4 Commits (main)

Author SHA1 Message Date
naicoi 41b3f0dc9a
Remove Alpine and Slim from OS matrix in .woodpecker.yml
ci/woodpecker/push/woodpecker Pipeline was successful Details
The commit removes Alpine and Slim from the OS matrix in .woodpecker.yml, leaving only versions 16 and 18.
Remove Alpine and Slim from OS matrix in .woodpecker.yml

The commit removes Alpine and Slim from the OS matrix in .woodpecker.yml, leaving only versions 16 and 18. The pipeline has been updated to use only alpine images with the version number as a tag. The Dockerfile now uses the version number to pull an alpine image instead of specifying both the version and OS.
2023-05-18 15:30:28 +07:00
naicoi 5fddcc0b14
Update Dockerfile to use Node.js 16-alpine and npm instead of yarn for global package installation. Also, update pm2 installation command.
ci/woodpecker/push/woodpecker Pipeline is pending Details
2023-05-18 14:39:04 +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