Skip to content

Commit

Permalink
ci: rename publisher.podlove.dev to publisher-services.podlove.dev
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-heimbuch committed Aug 18, 2024
1 parent 4eea4a9 commit da5ea80
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- name: Prepare Remote
uses: appleboy/[email protected]
with:
host: publisher.podlove.dev
host: publisher-services.podlove.dev
username: root
key: ${{ secrets.STAGING_SSH_KEY }}
script: |
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion client/src/components/button/Button.vue
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
:class="[variantClass, sizeClass]"
>
<slot />
</component>
</component>
</template>

<script lang="ts" setup>
Expand Down
2 changes: 1 addition & 1 deletion devbox.d/caddy/Caddyfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
publisher.podlove.dev {
publisher-services.podlove.dev {
handle /api/* {
reverse_proxy localhost:4005
}
Expand Down

0 comments on commit da5ea80

Please sign in to comment.