Skip to content

Instantly share code, notes, and snippets.

View aleksmiller's full-sized avatar
👾
GAME OVER!

Ax Miller aleksmiller

👾
GAME OVER!
  • Ukraine
View GitHub Profile
@aleksmiller
aleksmiller / .gitlab-ci.yml
Created June 27, 2017 14:44 — forked from b0bbywan/.gitlab-ci.yml
Build and Deploy a javascript app with Gitlab-Ci
image: node:argon
before_script:
- apt-get -qq update
- apt-get -qq install -y python2.7 python2.7-dev build-essential make gcc g++ libicu-dev
- npm -g install npm --silent
- "echo -e \"export default {CLIENT_ID: '$CLIENT_ID'}\" > app/scripts/settings.js"
- npm set progress=false
- npm install --silent