Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/josephphyo/hopper-build-pipeline
HopperCICD Source
https://github.com/josephphyo/hopper-build-pipeline
app-repo buildkite ci circleci docker githubaction hopper-sourcecode source-code
Last synced: 4 days ago
JSON representation
HopperCICD Source
- Host: GitHub
- URL: https://github.com/josephphyo/hopper-build-pipeline
- Owner: josephphyo
- License: gpl-3.0
- Created: 2019-08-04T12:31:13.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-02-12T10:58:13.000Z (9 months ago)
- Last Synced: 2024-02-13T09:43:24.463Z (9 months ago)
- Topics: app-repo, buildkite, ci, circleci, docker, githubaction, hopper-sourcecode, source-code
- Language: CSS
- Homepage:
- Size: 2.26 MB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Hopper Build Pipeline
Reference : [Stranger Things Wiki Page](https://strangerthings.fandom.com/wiki/Stranger_Things_Wiki)![alt text](./image.png "Static Website Deployment")
#### Let's Build It!
* Download the source folder
> #wget https://github.com/phyominhtun1990/static-docker/archive/master.zip -O static-docker.zip* Build image from Dockerfile
> #unzip static-docker.zip
> #docker build -t image_name .* Run static web content with docker run command
> #docker run -d -p 8080:80 image_name* On Web Browser
> http://localhost:8080