Skip to content

Commit

Permalink
chore: add deployment script
Browse files Browse the repository at this point in the history
  • Loading branch information
stfsy committed May 11, 2022
1 parent 0b25aad commit 7a325fa
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions deploy.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
#!/bin/bash

git switch -C deploy
git pull origin deploy
git merge master
git push origin deploy
git switch -C master

0 comments on commit 7a325fa

Please sign in to comment.