We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fa4d63d + 29510d0 commit e930357Copy full SHA for e930357
‎.github/workflows/docker-deploy.yml‎
@@ -89,6 +89,10 @@ jobs:
89
run: |
90
cd $HOME/nexent/docker
91
cp .env.example .env
92
+
93
+ sed -i "s/APPID=.*/APPID=${{ secrets.VOICE_APPID }}/" .env
94
+ sed -i "s/TOKEN=.*/TOKEN=${{ secrets.VOICE_TOKEN }}/" .env
95
96
if [ "$DEPLOYMENT_MODE" = "production" ]; then
97
./deploy.sh --mode 3 --is-mainland N --enable-terminal N --version 2 --root-dir "$HOME/nexent-production-data"
98
else
0 commit comments