Update .gitea/workflows/deploy.yml
Some checks failed
deploy / deploy (push) Failing after 4m43s

This commit is contained in:
2024-08-04 03:07:37 +00:00
parent d3115dfc59
commit 9a22b1ba33

View File

@@ -8,11 +8,11 @@ jobs:
steps:
- name: update
run: |
apt update -y && apt upgrade -y"
apt update -y && apt upgrade -y
- name: install ansible
run: |
apt install ansible"
apt install ansible
- name: Portainer webhook
run: |