An open API service indexing awesome lists of open source software.

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

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.