Skip to content

Commit

Permalink
feat: deployer script
Browse files Browse the repository at this point in the history
  • Loading branch information
LePichu committed Feb 16, 2024
1 parent b727b3e commit 7d18402
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions deploy.ps1
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
pnpm build --preset=deno_deploy

Set-Location ".\_site"

git init
git add .
git commit -m "Deploy: $(Get-Date)"
git remote add master "https://github.com/LePichu/tk24-beacon-deploy"
git push master master --force

Set-Location "../"

0 comments on commit 7d18402

Please sign in to comment.