Skip to content

Commit

Permalink
ci: add simple publish script
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelBuhler committed Nov 28, 2024
1 parent 5841f55 commit ddec6ff
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions publish.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
#!/bin/sh

cd $(dirname $0)

ssh [email protected] rm -frv /www/econosim.org/econosim.org/static

scp -r build/* [email protected]:/www/econosim.org/econosim.org

0 comments on commit ddec6ff

Please sign in to comment.