Skip to content

Instantly share code, notes, and snippets.

@agewriter
agewriter / build-and-push.sh
Created September 5, 2021 00:36 — forked from chris-cmsoft/Makefile
TLDR - Laravel In Kubernetes Part 3
# Registry Credentials
export REGISTRY_URL=registry.gitlab.com
export REGISTRY_USER=XXX
export REGISTRY_PASS=XXX # You can also use your Gitlab token here as the password
# Registry Settings
export IMAGE_VERSION=v0.0.1
export IMAGE_URL=registry.gitlab.com/laravel-in-kubernetes/laravel-app
# Login to Docker Registry
@agewriter
agewriter / .gitignore
Created September 5, 2021 00:36 — forked from chris-cmsoft/.gitignore
TLDR - Laravel In Kubernetes Part 4
# Local .terraform directories
**/.terraform/*
# .tfstate files
*.tfstate
*.tfstate.*
# Crash log files
crash.log