From 1d464e24f397c6f08e6717b02db9c3b4a475e1d6 Mon Sep 17 00:00:00 2001 From: EliSauder <24995216+EliSauder@users.noreply.github.com> Date: Mon, 7 Oct 2024 07:23:43 -0700 Subject: [PATCH] chore: revert secret naming to not care about mz/ws --- .github/workflows/publish-microzig.yml | 10 +++++----- .github/workflows/publish-website-staging.yml | 10 +++++----- .github/workflows/publish-website.yml | 10 +++++----- 3 files changed, 15 insertions(+), 15 deletions(-) diff --git a/.github/workflows/publish-microzig.yml b/.github/workflows/publish-microzig.yml index c2ad9e7c..9170587d 100644 --- a/.github/workflows/publish-microzig.yml +++ b/.github/workflows/publish-microzig.yml @@ -47,8 +47,8 @@ jobs: github-artifact-name: microzig-alt source-path: / secrets: - target-path: ${{ secrets.DEPLOY_MZ_ROOT_DATA_PATH }} - ssh-key: ${{ secrets.DEPLOY_MZ_PRIVATE_KEY }} - host: ${{ secrets.DEPLOY_MZ_HOST }} - port: ${{ secrets.DEPLOY_MZ_PORT }} - user: ${{ secrets.DEPLOY_MZ_USER }} + target-path: ${{ secrets.DEPLOY_ROOT_DATA_PATH }} + ssh-key: ${{ secrets.DEPLOY_PRIVATE_KEY }} + host: ${{ secrets.DEPLOY_HOST }} + port: ${{ secrets.DEPLOY_PORT }} + user: ${{ secrets.DEPLOY_USER }} diff --git a/.github/workflows/publish-website-staging.yml b/.github/workflows/publish-website-staging.yml index ceb2e761..ec9b575b 100644 --- a/.github/workflows/publish-website-staging.yml +++ b/.github/workflows/publish-website-staging.yml @@ -33,11 +33,11 @@ jobs: github-artifact-name: website-build source-path: / secrets: - target-path: "${{ secrets.DEPLOY_WS_ROOT_DATA_PATH }}/staging/pulls/${{ github.event.number }}/" - ssh-key: ${{ secrets.DEPLOY_WS_PRIVATE_KEY }} - host: ${{ secrets.DEPLOY_WS_HOST }} - port: ${{ secrets.DEPLOY_WS_PORT }} - user: ${{ secrets.DEPLOY_WS_USER }} + target-path: "${{ secrets.DEPLOY_ROOT_DATA_PATH }}/staging/pulls/${{ github.event.number }}/" + ssh-key: ${{ secrets.DEPLOY_PRIVATE_KEY }} + host: ${{ secrets.DEPLOY_HOST }} + port: ${{ secrets.DEPLOY_PORT }} + user: ${{ secrets.DEPLOY_USER }} pr-comment: runs-on: ubuntu-latest needs: publish-website diff --git a/.github/workflows/publish-website.yml b/.github/workflows/publish-website.yml index 0d5cedbf..3a50e9f6 100644 --- a/.github/workflows/publish-website.yml +++ b/.github/workflows/publish-website.yml @@ -33,8 +33,8 @@ jobs: github-artifact-name: website-build source-path: / secrets: - target-path: ${{ secrets.DEPLOY_WS_ROOT_DATA_PATH }} - ssh-key: ${{ secrets.DEPLOY_WS_PRIVATE_KEY }} - host: ${{ secrets.DEPLOY_WS_HOST }} - port: ${{ secrets.DEPLOY_WS_PORT }} - user: ${{ secrets.DEPLOY_WS_USER }} + target-path: ${{ secrets.DEPLOY_ROOT_DATA_PATH }} + ssh-key: ${{ secrets.DEPLOY_PRIVATE_KEY }} + host: ${{ secrets.DEPLOY_HOST }} + port: ${{ secrets.DEPLOY_PORT }} + user: ${{ secrets.DEPLOY_USER }}