Skip to content

Commit

Permalink
Create remote deploy script
Browse files Browse the repository at this point in the history
  • Loading branch information
Sanqui committed Jun 30, 2024
1 parent f88b5c6 commit f26ed8e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
File renamed without changes.
5 changes: 5 additions & 0 deletions ops/remote-deploy.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#!/bin/bash
set -e
ssh -t sanqui.net "\
cd ~/haweb && \
./ops/deploy.sh"

0 comments on commit f26ed8e

Please sign in to comment.