Skip to content

Commit

Permalink
deploy vite build
Browse files Browse the repository at this point in the history
  • Loading branch information
paolini committed May 18, 2024
1 parent 26031b2 commit dbce313
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Restart Monitor
on:
push:
branches:
- main
- disabled
jobs:
production:
runs-on: ubuntu-latest
Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/vite.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# https://vitejs.dev/guide/static-deploy
name: Deploy Static Content to Pages

# see https://vitejs.dev/guide/static-deploy

on:
push:
branches: ['main']
Expand Down Expand Up @@ -53,4 +54,4 @@ jobs:
ssh-keyscan -H ${{ secrets.HOSTNAME }} >> ~/.ssh/known_hosts
- name: restart server
run: |
ssh radxa@${{ secrets.HOSTNAME }} ./start-schermo.sh
ssh radxa@${{ secrets.HOSTNAME }} echo ./start-schermo.sh

0 comments on commit dbce313

Please sign in to comment.