Skip to content

Commit

Permalink
Create deploy.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
KOSASIH authored Aug 6, 2024
1 parent 3c68b24 commit b38db0c
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# tools/deploy/deploy.sh
#!/bin/bash

# Deploy the project
echo "Deploying the project..."
ssh remote_server "cd ~/project && git pull && make install"

0 comments on commit b38db0c

Please sign in to comment.