Skip to content

Instantly share code, notes, and snippets.

View medteck's full-sized avatar
🎯
Focusing

Mohamed Thiam medteck

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