https://github.com/renderbittechnologies/docker-surge
Docker image containing Surge CLI client for deployments to Surge
https://github.com/renderbittechnologies/docker-surge
docker docker-image nodejs npm surge surge-sh
Last synced: 2 months ago
JSON representation
Docker image containing Surge CLI client for deployments to Surge
- Host: GitHub
- URL: https://github.com/renderbittechnologies/docker-surge
- Owner: RenderbitTechnologies
- Created: 2018-08-02T10:00:12.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2020-04-26T19:56:07.000Z (about 5 years ago)
- Last Synced: 2025-01-18T16:49:55.993Z (4 months ago)
- Topics: docker, docker-image, nodejs, npm, surge, surge-sh
- Language: Dockerfile
- Homepage: https://hub.docker.com/r/renderbit/surge/
- Size: 2.93 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# docker-surge
## Purpose
This image was created specifically for usage with continuous integration systems, and contains the minimum requirements to deploy a project to [Surge](https://surge.sh/). Currently being used with [Bitbucket Pipelines](https://bitbucket.org/product/features/pipelines), but should meet the requirements for most CI systems.
## Details
### Base Image
* [node (carbon-alpine)](https://hub.docker.com/r/library/node/) - The latest Node LTS
(Carbon) image for Alpine Linux### Additional Node Modules
* [Surge CLI](https://surge.sh) - Surge CLI client. Required to deploy to Surge.