Skip to content

Commit 2c82968

Browse files
authored
add script to do pod push
1 parent 476e6e5 commit 2c82968

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

push.sh

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
#!/usr/bin/env bash
2+
3+
source ~/.rvm/scripts/rvm
4+
rvm use default
5+
pod trunk push

0 commit comments

Comments
 (0)