From 4d72d5429156bb475a2ab7bf94064c21293dcdc4 Mon Sep 17 00:00:00 2001 From: yanosea Date: Mon, 15 Apr 2024 10:27:21 +0900 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9Efix:=20add=20sudo=20to=20pacman=20u?= =?UTF-8?q?pdate=20command=20in=20the=20deployment=20script?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index f491df0..e58d69d 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -16,7 +16,7 @@ jobs: key: ${{ secrets.SSH_PRIVATE_KEY }} port: ${{ secrets.SSH_PORT }} script: | - pacman -Syyu --noconfirm + sudo pacman -Syyu --noconfirm cd ${{ secrets.REPOSITORY_PATH }} sh ${{ secrets.DOCKER_STOP_SCRIPT }} cd