benhpoh / workflow-test

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Deploy a React App on Section Tutorial

workflow status

This repo holds the sample code for usage with the tutorials hosted on Section.io's documentations.

Refer to Tutorials/React for detailed instructions on deploying.

# Build and push react image
USER=section
IMAGENAME=react
TAG=0.0.1

docker build . --tag ghcr.io/$USER/$IMAGENAME:$TAG
docker push ghcr.io/$USER/$IMAGENAME:$TAG

About


Languages

Language:HTML 33.8%Language:JavaScript 28.2%Language:CSS 25.4%Language:Dockerfile 12.6%