ci/cd Fix path of the .deb file

This commit is contained in:
Théophile Diot 2023-09-18 16:25:29 +02:00
parent 61bc8a3b10
commit 624f4b5bb5
No known key found for this signature in database
GPG Key ID: 248FEA4BAE400D06
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ jobs:
apt update
apt install -y nginx=1.24.0-1~jammy
# Install BunkerWeb
apt install -y /tmp/bunkerweb_deb/bunkerweb.deb
apt install -y /tmp/bunkerweb.deb
- name: Edit configuration files
run: |
echo "www.example.com 127.0.0.1" >> /etc/hosts