/pycontw-nginx

Primary LanguageMakefileMIT LicenseMIT

pycontw-nginx

Nginx for PyCon TW website on Google Cloud Platform

Usage

To run the container, use the following command:

make run-stag  # for staging
make run-prod  # for production

To stop the container, use the following command:

make stop-stag  # for staging
make stop-prod  # for production