Skip to content

Commit

Permalink
chore: fix sth
Browse files Browse the repository at this point in the history
Signed-off-by: Innei <[email protected]>
  • Loading branch information
Innei committed Jun 15, 2023
1 parent 6f89062 commit 7865291
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 23 deletions.
42 changes: 21 additions & 21 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,24 +71,24 @@ jobs:
asset_path: ./release.zip
asset_name: release-ubuntu.zip
asset_content_type: application/zip
deploy:
name: Deploy to server
runs-on: ubuntu-latest
needs: [build]
steps:
- name: Exec deploy script with SSH
uses: appleboy/ssh-action@master
with:
command_timeout: 10m
host: ${{ secrets.HOST }}
username: ${{ secrets.USER }}
password: ${{ secrets.PASSWORD }}
script_stop: true
script: |
whoami
cd
source ~/.zshrc
cd mx/kami
git reset --hard
node scripts/fetch-build.mjs
# sh scripts/update-cdn.sh
# deploy:
# name: Deploy to server
# runs-on: ubuntu-latest
# needs: [build]
# steps:
# - name: Exec deploy script with SSH
# uses: appleboy/ssh-action@master
# with:
# command_timeout: 10m
# host: ${{ secrets.HOST }}
# username: ${{ secrets.USER }}
# password: ${{ secrets.PASSWORD }}
# script_stop: true
# script: |
# whoami
# cd
# source ~/.zshrc
# cd mx/kami
# git reset --hard
# node scripts/fetch-build.mjs
# # sh scripts/update-cdn.sh
4 changes: 2 additions & 2 deletions next.config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import { createVanillaExtractPlugin } from '@vanilla-extract/next-plugin'

const withVanillaExtract = createVanillaExtractPlugin()

process.title = 'Kami (NextJS)'
process.title = 'Springtide (NextJS)'

const env = config().parsed || {}
const isProd = process.env.NODE_ENV === 'production'
Expand Down Expand Up @@ -36,7 +36,7 @@ let nextConfig: NextConfig = {
headers: {
Authorization: `DSN ${process.env.NEXT_PUBLIC_SENTRY_DSN}`,
},
project: 'kami',
project: 'springtide',
}),
)
}
Expand Down

0 comments on commit 7865291

Please sign in to comment.