1
0
Fork 0
Commit Graph

4 Commits (main)

Author SHA1 Message Date
naicoi 9c26589d06
Refactor Dockerfile to use denoland/deno image
ci/woodpecker/push/woodpecker Pipeline was successful Details
This commit replaces the ubuntu base image with denoland/deno and installs deployctl.ts using `deno install` command.
2023-05-18 15:11:58 +07:00
naicoi 7f212e6882
Add curl to Dockerfile
ci/woodpecker/push/woodpecker Pipeline failed Details
This commit adds a new command to the Dockerfile that installs curl. This is necessary for some of the subsequent commands in the file to work properly.
2023-05-18 15:10:39 +07:00
naicoi b5fa3ac614
Refactor build pipeline and update Dockerfile base image
ci/woodpecker/push/woodpecker Pipeline failed Details
- Update build pipeline to use plugins/docker instead of woodpeckerci/plugin-docker-buildx
- Change registry, repo, and username settings in the build pipeline
- Update base image in Dockerfile from Alpine to Ubuntu
- Remove unnecessary Alpine package installation command
2023-05-18 15:06:27 +07:00
naicoi 2a6920eb96
Add Woodpecker CI pipeline for Docker build and deployment
This commit adds a new `.woodpecker.yml` file with settings for building and deploying Docker images using the `woodpeckerci/plugin-docker-buildx` image. The `Dockerfile` has also been updated to install `curl`, Deno, and deployctl.
2023-05-18 14:46:28 +07:00