1
0
Fork 0
Commit Graph

5 Commits (d8d47a27ef444bad85fe433c1f310666a9fe334c)

Author SHA1 Message Date
naicoi d8d47a27ef
Add status badge to README
ci/woodpecker/push/woodpecker Pipeline failed Details
Added a status badge to the README file that displays the deployment status of pm2. The badge is hosted on woodpecker.techio.dev and can be accessed by clicking on it.
2023-05-18 00:53:12 +07:00
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