Skip to content

Instantly share code, notes, and snippets.

View avdoshenkov's full-sized avatar

Dmitry Avdoshenkov avdoshenkov

View GitHub Profile
@avdoshenkov
avdoshenkov / .gitlab-ci.yml
Last active January 12, 2020 14:55
Gitlab CI deploy config for Gatsby JS site and Yandex Object Storage
image: node:latest
stages:
- build
- deploy
variables:
BUCKET_NAME: bucket-name
cache: