lpk-website

Lillehammer pistolklubb website
git clone https://git.echoz.io/lpk-website.git
Log | Files | Refs | README | LICENSE

commit f1d826e2397a730b13b976af6b04e96c9c5a9b96
parent eab542186a4c69ffb0893e2e5dcbfb9ea1d8768c
Author: Chris <chris@echoz.io>
Date:   Thu,  2 Feb 2023 04:09:16 +0100

ci: use sudo

Diffstat:
M.github/workflows/deploy.yaml | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml @@ -15,5 +15,5 @@ jobs: - uses: jakejarvis/hugo-build-action@v0.105.0 - shell: bash run: | - apt-get update && apt-get install -y lftp + sudo apt-get update && sudo apt-get install -y lftp lftp -u "${{ secrets.FTP_USER }},${{ secrets.FTP_PASSWORD }}" "${{ secrets.FTP_HOST }}" -e "mirror -ceRX '.*' ./public . ; quit"