Register
Login
Resources
Docs Blog Datasets Glossary Case Studies Tutorials & Webinars
Product
Data Engine LLMs Platform Enterprise
Pricing Explore
Connect to our Discord channel

deploy.sh 377 B

You have to be logged in to leave a comment. Sign In
1
2
3
4
5
6
  1. #!/bin/bash
  2. ssh ids2 'cd /data/deploy-services/translator-openpredict ; git pull ; docker-compose -f docker-compose.prod.yml up --build -d'
  3. ## No cache:
  4. # ssh ids2 'cd /data/deploy-services/translator-openpredict ; git pull ; docker-compose -f docker-compose.prod.yml build --no-cache ; docker-compose down ; docker-compose -f docker-compose.prod.yml up -d --force-recreate'
Tip!

Press p or to see the previous file or, n or to see the next file

Comments

Loading...