diff --git a/.github/workflows/staging.yml b/.github/workflows/staging.yml index 3e65485..e988946 100644 --- a/.github/workflows/staging.yml +++ b/.github/workflows/staging.yml @@ -11,7 +11,7 @@ jobs: - name: Prepare Remote uses: appleboy/ssh-action@v1.0.3 with: - host: publisher.podlove.dev + host: publisher-services.podlove.dev username: root key: ${{ secrets.STAGING_SSH_KEY }} script: | @@ -26,7 +26,7 @@ jobs: SHA: ${{ github.sha }} VITE_BUILD: ${{ github.sha }} with: - host: publisher.podlove.dev + host: publisher-services.podlove.dev username: root key: ${{ secrets.STAGING_SSH_KEY }} envs: SHA,VITE_BUILD diff --git a/client/src/components/button/Button.vue b/client/src/components/button/Button.vue index a6587ca..e17f932 100644 --- a/client/src/components/button/Button.vue +++ b/client/src/components/button/Button.vue @@ -7,7 +7,7 @@ :class="[variantClass, sizeClass]" > - +