Skip to content

Commit

Permalink
laravel-echo-server updated
Browse files Browse the repository at this point in the history
  • Loading branch information
loic-lopez committed Apr 10, 2019
1 parent 3b49fcf commit ba9ba7d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions laravel-echo-server/build.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,12 @@ def check_required(self, opt):

if opts.staging:
os.system(
"sudo docker build --build-arg ENV=staging -t dev.exosuite.fr:5000/exosuite/exosuite-laravel-echo-server:"
"sudo docker build --build-arg ENV=staging -t teamexosuite.cloud:5000/exosuite/exosuite-laravel-echo-server:"
+ opts.version + " ."
)
os.system("sudo docker login dev.exosuite.fr:5000 -u exosuite-dev -p N8jSfUeH4kPyYSLW")
os.system("sudo docker push dev.exosuite.fr:5000/exosuite/exosuite-laravel-echo-server:" + opts.version)
os.system("sudo docker logout dev.exosuite.fr:5000")
os.system("sudo docker login teamexosuite.cloud:5000 -u exosuite-dev -p N8jSfUeH4kPyYSLW")
os.system("sudo docker push teamexosuite.cloud:5000/exosuite/exosuite-laravel-echo-server:" + opts.version)
os.system("sudo docker logout teamexosuite.cloud:5000")
elif opts.production:
os.system(
"sudo docker build --build-arg ENV=production -t exosuite.fr:5000/exosuite/exosuite-laravel-echo-server:"
Expand Down
2 changes: 1 addition & 1 deletion laravel-echo-server/staging/laravel-echo-server.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"authHost": "https://api.dev.exosuite.fr",
"authHost": "https://api.teamexosuite.cloud",
"authEndpoint": "/broadcasting/auth",
"clients": [],
"database": "redis",
Expand Down

0 comments on commit ba9ba7d

Please sign in to comment.