Skip to content

Instantly share code, notes, and snippets.

View vkiranmaniya's full-sized avatar
🇮🇳
Focusing

Kiran Maniya vkiranmaniya

🇮🇳
Focusing
View GitHub Profile
@ChugunovRoman
ChugunovRoman / .gitlab-ci.yml
Created June 18, 2018 14:58
Deploy Electron app with gitlab ci
# https://<example.com>/<namespace>/<project>/-/jobs/artifacts/<tag>/download?job=pages
# https://<example.com>/<namespace>/<project>/-/jobs/artifacts/<tag>/raw/<path_to_file>?job=pages
# Where:
# example.com - domain name your gitlab server
# namespace - your name user on the gitlab
# project - your project
# tag - ref of current job.
# If job run on only by tags, than ref will be named as tag name
# If job run on only master, than ref will be named as "master", i.e.: https://<example.com>/<namespace>/<project>/-/jobs/artifacts/master/download?job=pages
# path_to_file - path to file relative from root workspace folder