From 9a22b1ba339be4e7e2e726d78e8852df58118e26 Mon Sep 17 00:00:00 2001 From: "marcio.fernandes" Date: Sun, 4 Aug 2024 03:07:37 +0000 Subject: [PATCH] Update .gitea/workflows/deploy.yml --- .gitea/workflows/deploy.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml index 6f93a12..d2e3119 100644 --- a/.gitea/workflows/deploy.yml +++ b/.gitea/workflows/deploy.yml @@ -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: |