deploy sh6
All checks were successful
continuous-integration/drone/pr Build is passing

This commit is contained in:
Bulut Kuru
2026-03-27 20:54:05 +03:00
parent 8bd35c425d
commit 733607493a

View File

@@ -4,26 +4,10 @@ name: bogazici-api
trigger:
branch:
- develop
- test
- main
steps:
- name: laravel-check
image: php:8.4-cli
when:
branch:
- develop
commands:
- apt-get update && apt-get install -y git unzip curl libzip-dev libicu-dev default-mysql-client
- docker-php-ext-install pdo_mysql zip intl
- curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin --filename=composer
- cp .env.example .env || true
- composer install --no-interaction --prefer-dist --optimize-autoloader
- php artisan key:generate --force || true
- php artisan optimize:clear || true
- php artisan test || true
- name: deploy-test
image: appleboy/drone-ssh
when: