Skip to content

Instantly share code, notes, and snippets.

View gsteve3's full-sized avatar

Greg Stevens gsteve3

View GitHub Profile
@gsteve3
gsteve3 / bitbucket-pipelines.yml
Created May 19, 2021 03:16 — forked from chimit/bitbucket-pipelines.yml
Bitbucket Pipelines config for Laravel 7 with PHP 7.4, GD and EXIF
# This is a sample build configuration for PHP.
# Check our guides at https://confluence.atlassian.com/x/e8YWN for more examples.
# Only use spaces to indent your .yml configuration.
# -----
# You can specify a custom docker image from Docker Hub as your build environment.
image: php:7.4-fpm
definitions:
services:
mysql: