Skip to content

Commit

Permalink
fix: don't deploy target folder
Browse files Browse the repository at this point in the history
  • Loading branch information
pikdum committed Sep 18, 2024
1 parent d778475 commit 8299c57
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ rsync -avz \
--exclude 'priv' \
--exclude '_build' \
--exclude 'deps' \
--exclude 'target' \
"$SOURCE_DIR/" $SERVER:~/thistle_tea/

ssh $SERVER "/home/opc/thistle_tea/scripts/run.sh"

0 comments on commit 8299c57

Please sign in to comment.