Skip to content

Commit

Permalink
fix mysqldump
Browse files Browse the repository at this point in the history
  • Loading branch information
et-nik committed Feb 11, 2024
1 parent 8ecaf9e commit 62141f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ steps:
DB_PASSWORD: secret
APP_URL: http://webserver
commands:
- apt update && apt -y install default-mysql-client zip unzip rsync
- apt update && apt -y install mariadb-client zip unzip rsync
- rm -rf storage/app/certs/*
- rm -rf storage/framework/cache/data/*
- rm -rf storage/framework/sessions/*
Expand Down

0 comments on commit 62141f2

Please sign in to comment.