From c260b0dc6a43eb7ff29d0e5bce6ded378c3573ec Mon Sep 17 00:00:00 2001 From: Matthieu Bessat Date: Mon, 6 Nov 2023 18:00:54 +0100 Subject: [PATCH] update --- .forgejo/workflows/hugo.yaml | 2 +- hugo.toml | 4 ---- 2 files changed, 1 insertion(+), 5 deletions(-) delete mode 100644 hugo.toml diff --git a/.forgejo/workflows/hugo.yaml b/.forgejo/workflows/hugo.yaml index 6584a81..92464bc 100644 --- a/.forgejo/workflows/hugo.yaml +++ b/.forgejo/workflows/hugo.yaml @@ -28,4 +28,4 @@ jobs: - name: Populate Key run: echo "${{ secrets.SRV06_DEPLOY_WEBSITE_SSH_KEY }}" > ~/.ssh/id_edsa - name: Upload - run: rsync --archive --stats -e 'ssh -o StrictHostKeyChecking=no' public/ forgejo_actions_websites@srv06.lefuturiste.fr:/warmd/mbess/websites/hugo-sandbox/public + run: rsync --archive --stats -e 'ssh -i ~/.ssh/id_edsa -o StrictHostKeyChecking=no' public/ forgejo_actions_websites@srv06.lefuturiste.fr:/warmd/mbess/websites/hugo-sandbox/public diff --git a/hugo.toml b/hugo.toml deleted file mode 100644 index 60a4462..0000000 --- a/hugo.toml +++ /dev/null @@ -1,4 +0,0 @@ -baseURL = 'https://hugo-sandbox.lefuturiste.fr' -languageCode = 'en-us' -title = 'Hugo lefuturiste sandbox' -theme = "diary"