From 2867063846af47547200ebdeb0238330bc1f43ef Mon Sep 17 00:00:00 2001 From: Florian Bachinger Date: Wed, 6 Nov 2024 13:07:29 +0000 Subject: [PATCH] remove workflow, rename cname --- .github/workflows/main.yml | 42 -------------------------------------- CNAME | 2 +- 2 files changed, 1 insertion(+), 43 deletions(-) delete mode 100644 .github/workflows/main.yml diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml deleted file mode 100644 index e2a6348..0000000 --- a/.github/workflows/main.yml +++ /dev/null @@ -1,42 +0,0 @@ -name: 'Mirror Repository' - -on: - push: - branches: [ "main" ] - pull_request: - -permissions: - contents: read - -jobs: - mirror: - name: 'Mirror Repository' - runs-on: ubuntu-latest - - env: - private_key_pair_secureprescriptiveanalytics: ${{ secrets.private_key_pair_secureprescriptiveanalytics }} - - steps: - - uses: actions/checkout@v3 - with: - fetch-depth: 0 - - - name: clean repo - run: | - set -eu - - mkdir -p ~/.ssh - echo "${{ secrets.private_key_pair_secureprescriptiveanalytics }}" > ~/.ssh/id_rsa - chmod 600 ~/.ssh/id_rsa - - rm .github/workflows/main.yml - echo "www.secureprescriptiveanalytics.at" > CNAME - - git config user.email "flo.bachinger@gmail.com" - git config user.name "Florian Bachinger" - git commit -am "remove workflow, rename cname" - - git push --mirror git@github.com:prescriptiveanalytics/secureprescriptiveanalytics.github.io.git - - git reset --hard HEAD~1 - diff --git a/CNAME b/CNAME index d5d7c4d..ef84d7a 100644 --- a/CNAME +++ b/CNAME @@ -1 +1 @@ -www.prescriptiveanalytics.at \ No newline at end of file +www.secureprescriptiveanalytics.at