Switch to Ubuntu 22.04 in CI deploy
continuous-integration/drone/push Build is failing Details

This commit is contained in:
kayomn 2023-08-19 20:58:38 +01:00
parent 47017c7ab9
commit 71125c3685
1 changed files with 7 additions and 6 deletions

View File

@ -3,10 +3,13 @@ type: docker
name: deploy
steps:
- name: deploy
image: ubuntu:latest
entrypoint: ["/bin/bash"]
- name: build
image: ghcr.io/getzola/zola:v0.17.2
entrypoint: ["/bin/zola"]
command: ["build"]
- name: deploy
image: ubuntu:22.04
environment:
HOST:
from_secret: host
@ -16,11 +19,9 @@ steps:
from_secret: ssh_key
PATH:
from_secret: path
when:
branch:
- main
commands:
- echo test
- apt-get update
- apt update