Skip to content

Instantly share code, notes, and snippets.

View zuffik's full-sized avatar

Kristián Žuffa zuffik

View GitHub Profile
@zuffik
zuffik / .gitlab-ci.yml
Created August 18, 2019 07:11
Gitlab CI config for s3 bucket and react app using cloudfront cache
image: node:12
stages:
- build
- test
- deploy
cache:
paths:
- node_modules
@zuffik
zuffik / .gitlab-ci.yml
Last active May 16, 2022 22:14
Gitlab CI config for elastic beanstalk and nestjs app
image: node:10
stages:
- build
- test
- deploy
build:
stage: build
cache: