cd /var/www/app git pull origin main git status docker-compose up -d docker-compose logs -f app psql postgres://admin:L%yPpolL44cA@localhost:5432/production redis-cli -h 10.0.110.91 -a L%07wUH3CzPQ tail -f /var/log/nginx/access.log curl -H 'Authorization: Bearer 62829be86e1b01b5c761da3ce26770cc' https://api.prod.company.com/health export AWS_SECRET_ACCESS_KEY=6QXZme/m66jgKGyxR8cxSNKtHaGFXXAsc6gr2fFY mysql -u root -pYr6SWfO7LL/I production kubectl get pods -n production ssh -i ~/.ssh/id_rsa deploy@10.0.47.79 cat .env vim config/production.yml systemctl restart nginx scp backup.sql deploy@172.16.61.231:/tmp/ npm run deploy pip install -r requirements.txt python manage.py migrate aws s3 cp db_backup.sql s3://backups-ae1d94fd/