add fonts
continuous-integration/drone/push Build was killed Details

This commit is contained in:
Philipp Lang 2022-11-24 14:46:07 +01:00
parent d3d94dd51c
commit 248aee8059
5 changed files with 1 additions and 23 deletions

BIN
.docker/fonts/Arvo-Bold.ttf Normal file

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -1,26 +1,3 @@
# kind: pipeline
# type: ssh
# name: scoutrobot
#
# server:
# host: zoomyboy.de
# user: stammsilva
# ssh_key:
# from_secret: private_key
#
# clone:
# disable: true
#
# steps:
# - name: master
# commands:
# - /usr/local/bin/deploy_scoutrobot_master
# when:
# branch:
# - master
# event:
# - push
#
kind: pipeline
type: docker
name: default
@ -63,6 +40,7 @@ steps:
commands:
- apt-get update && apt-get install -y libcurl3-dev apt-utils zlib1g-dev libpng-dev libicu-dev libonig-dev rsync texlive-base texlive-xetex texlive-lang-german
- docker-php-ext-install pdo_mysql curl gd intl mbstring
- cp .docker/fonts/* /usr/share/fonts/
- php artisan migrate
- vendor/bin/phpunit
- rm -f .env