Skip to content

Instantly share code, notes, and snippets.

View johnluxor's full-sized avatar

Yevgeniy Dymov johnluxor

  • Chicago, United States
View GitHub Profile
@johnluxor
johnluxor / .gitlab-ci.yml
Created April 14, 2024 15:08 — forked from uxweb/.gitlab-ci.yml
Laravel application build and deployment with GitLab CI
image: docker:19.03
services:
- name: docker:19.03-dind
variables:
# ENABLE DOCKER BUILDKIT
DOCKER_BUILDKIT: 1
DOCKER_TLS_CERTDIR: "/certs"
DOMAIN: futurofficevalencia.es