Skip to content

Instantly share code, notes, and snippets.

View dhoeric's full-sized avatar

Eric Ho dhoeric

View GitHub Profile
@sathiyaseelan
sathiyaseelan / config.yml
Created August 2, 2018 10:48
Sample Circle ci config to deploy a node application in heroku and run integration tests before and after release using cypress
# .circleci/config.yml
version: 2
defaults: &defaults
working_directory: ~/app
docker:
# the Docker image with Cypress dependencies
- image: cypress/base:8
environment:
## this enables colors in the output
TERM: xterm