develop #10

Merged
gitea merged 3 commits from develop into test 2026-03-27 20:56:43 +03:00
Showing only changes of commit 733607493a - Show all commits

View File

@@ -4,26 +4,10 @@ name: bogazici-api
trigger: trigger:
branch: branch:
- develop
- test - test
- main - main
steps: 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 - name: deploy-test
image: appleboy/drone-ssh image: appleboy/drone-ssh
when: when: