Skip to content

jpco/jws

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

95 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Maybe serving your personal site from a shell script isn't the best idea, but maybe I don't care.

This isn't actually written in javascript. Github just doesn't know what I mean by files with the ".es" extension.

Notes to self on deployment

To run the server locally:

./serve.es

To run the server in a local docker container (for to test dependencies):

sudo docker build -t es-srv .
sudo docker run -it --rm -p 8181:8080 es-srv
curl -i localhost:8181

To deploy the dang thing (make sure to commit and push any changes first, as this builds from upstream master):

# Cloud Build the new container version
gcloud builds submit --tag gcr.io/jpco-cloud/web:0.70 .
# Cloud Run the new container version
gcloud run deploy --platform managed --image=gcr.io/jpco-cloud/web:0.70

TODO

About

jpco web services

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages