Skip to content

Instantly share code, notes, and snippets.

View ramayac's full-sized avatar
Code forward!

ramayac ramayac

Code forward!
View GitHub Profile

Business Models

Advertising

Models Examples
Display ads Yahoo!
Search ads Google
@ramayac
ramayac / gitlab-ci.yml
Created June 16, 2016 14:14
gitlab-ci.yml for Symfony, Test
cache:
key: "$CI_BUILD_REF"
paths:
- app/bootstrap.php.cache
- bin/
- vendor/
- var/cache/
- var/logs/
- web/bundles/