From da70660f212eeb940d428d8fccb3eec92ee859e3 Mon Sep 17 00:00:00 2001 From: B Kleinen Date: Sat, 25 Sep 2021 22:24:28 +0200 Subject: [PATCH] new deployment repo --- .github/workflows/deploy-production.yml | 8 ++++++++ README.MD | 1 - 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/.github/workflows/deploy-production.yml b/.github/workflows/deploy-production.yml index 144282f..4552b2b 100644 --- a/.github/workflows/deploy-production.yml +++ b/.github/workflows/deploy-production.yml @@ -20,5 +20,13 @@ jobs: - name: echo tag run: echo "---- about to deploy tag ${RELEASE_VERSION}" - name: Push to Production Repo + run: | + git push https://${{ secrets.P_USER }}:${{ secrets.P_PASSWD }}@${{ secrets.P_URL_HUGO_TEST }} master ${RELEASE_VERSION} + - name: Push to new Production Repo run: | git push https://${{ secrets.P_USER }}:${{ secrets.P_PASSWD }}@${{ secrets.P_URL }} master ${RELEASE_VERSION} +# needs the following secrets in repo: +# gh secret set P_USER +# gh secret set P_PASSWD +# gh secret set P_URL +# gh secret set P_URL_HUGO_TEST diff --git a/README.MD b/README.MD index b11a51d..7aa8dac 100644 --- a/README.MD +++ b/README.MD @@ -40,7 +40,6 @@ Have a look at the makefile for useful commands. - [Staging Environment](https://seuh2022.github.io/seuh2022) - ## Credits ### Icons