Skip to content

Commit

Permalink
chore: revert secret naming to not care about mz/ws
Browse files Browse the repository at this point in the history
  • Loading branch information
EliSauder committed Oct 7, 2024
1 parent 97f3886 commit 1d464e2
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 15 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/publish-microzig.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
10 changes: 5 additions & 5 deletions .github/workflows/publish-website-staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/publish-website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

0 comments on commit 1d464e2

Please sign in to comment.