i guess the ubuntu:latest image runs everything as root lol
Some checks failed
pipeline / deploy-job (push) Failing after 30s

This commit is contained in:
fzorb 2025-05-01 07:41:02 +00:00
parent 09c6151737
commit 8c56d4735b

View file

@ -13,8 +13,8 @@ jobs:
steps:
- name: init env
run: |
sudo apt-get update
sudo apt-get install -y rsync openssh-client hugo git sshpass
apt-get update
apt-get install -y rsync openssh-client hugo git sshpass
- name: init git
run: |