Skip to content

Instantly share code, notes, and snippets.

View sean7218's full-sized avatar
🛠️

Sean Zhang sean7218

🛠️
View GitHub Profile
@sean7218
sean7218 / .gitlab-ci.yml
Created October 30, 2019 01:26 — forked from Mazuh/.gitlab-ci.yml
Example of gitlab CI/CD for a create-react-app application on Amazon S3 Bucket.
image: nikolaik/python-nodejs:latest
stages:
- install
- test
- deploy
prodInstall:
stage: install
script: