ubuntu
continuous-integration/drone/push Build is failing Details

This commit is contained in:
Sergio Álvarez 2024-04-14 11:45:36 +02:00
parent dbcdea640a
commit 9e0f049a52
Signed by: salvarez
GPG Key ID: E69AEEDDE0085854
1 changed files with 2 additions and 2 deletions

View File

@ -5,9 +5,9 @@ name: deploy-sergio.am
steps:
- name: build
image: alpine:latest
image: ubuntu:latest
commands:
- apk update && apk add bash jq pandoc
- apt update && apt install bash jq pandoc
- bash ./build.sh
- rm -rf /var/www/_site && mv _site /var/www/