mirror of
https://github.com/deployphp/deployer.git
synced 2025-04-21 05:42:02 +02:00
Adding --yes flag to Caddy gpg command (#3407)
Adding --yes flag to Caddy gpg command
This commit is contained in:
parent
37142c6d61
commit
60e5e35a44
@ -84,7 +84,7 @@ task('provision:update', function () {
|
||||
run('apt-add-repository ppa:ondrej/php -y', ['env' => ['DEBIAN_FRONTEND' => 'noninteractive']]);
|
||||
|
||||
// Caddy
|
||||
run("curl -1sLf 'https://dl.cloudsmith.io/public/caddy/stable/gpg.key' | gpg --dearmor -o /usr/share/keyrings/caddy-stable-archive-keyring.gpg");
|
||||
run("curl -1sLf 'https://dl.cloudsmith.io/public/caddy/stable/gpg.key' | gpg --dearmor --yes -o /usr/share/keyrings/caddy-stable-archive-keyring.gpg");
|
||||
run("curl -1sLf 'https://dl.cloudsmith.io/public/caddy/stable/debian.deb.txt' > /etc/apt/sources.list.d/caddy-stable.list");
|
||||
|
||||
// Nodejs
|
||||
|
Loading…
x
Reference in New Issue
Block a user