mirror of
https://github.com/kevin-DL/sapper-template.git
synced 2026-01-20 13:35:11 +00:00
argh why is this so hard
This commit is contained in:
@@ -6,7 +6,12 @@ cd "$(dirname $0)"/..
|
||||
echo "$SSH_KEY" > ~/.ssh/id_rsa
|
||||
chmod 600 ~/.ssh/id_rsa
|
||||
|
||||
./create-branches.sh
|
||||
# branch names
|
||||
DEFAULT=v3
|
||||
ROLLUP=rollup-v3
|
||||
WEBPACK=webpack-v3
|
||||
|
||||
# force push rollup-v3 and webpack branches
|
||||
git push git@github.com:sveltejs/sapper-template.git rollup-v3 webpack-v3 -f
|
||||
./create-branches.sh $DEFAULT $ROLLUP $WEBPACK
|
||||
|
||||
# force push rollup and webpack branches
|
||||
git push git@github.com:sveltejs/sapper-template.git $ROLLUP $WEBPACK -f
|
||||
|
||||
Reference in New Issue
Block a user