Update stage script to use stage key
This commit is contained in:
parent
d4716e69d5
commit
0465697b87
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
|||
export PATH="$HOME/.yarn/bin:$PATH"
|
||||
export PATH="$HOME/.nvm/versions/node/v16.17.0/bin/:$PATH"
|
||||
|
||||
export BOT_TOKEN=$(cat $HOME/scripts/vylbot/prod_key.txt)
|
||||
export BOT_TOKEN=$(cat $HOME/scripts/vylbot/stage_key.txt)
|
||||
|
||||
cd ~/apps/vylbot/vylbot_stage \
|
||||
&& git checkout develop \
|
||||
|
|
Loading…
Reference in a new issue