Skip to content

Instantly share code, notes, and snippets.

View medteck's full-sized avatar
🎯
Focusing

Mohamed Thiam medteck

🎯
Focusing
View GitHub Profile
@medteck
medteck / bitbucket-pipelines.yml
Last active February 7, 2023 15:42 — forked from barryvdh/bitbucket-pipelines.yml
Bitbucket Pipeline config for Laravel Vapor, make sure to `composer require laravel/vapor-cli` and set the VAPOR_API_TOKEN environment var.
image: bitnami/laravel
pipelines:
branches:
master:
- step:
name: Deploy Test
deployment: test
script:
- composer install --no-interaction --no-progress --prefer-dist