This commit is contained in:
Михаил Капелько
2025-12-06 07:47:28 +03:00
parent 89abf6db4a
commit 932cf86be9
3 changed files with 6 additions and 1 deletions

BIN
step/.copyCertToVPS.swp Normal file

Binary file not shown.

5
step/copyCertToVPS Normal file
View File

@@ -0,0 +1,5 @@
#!/bin/bash
STEP=$((STEP+1))
echo -e "\n> > > > Шаг №$STEP. Копируем боевые настройки Nginx"
cp $SDIR/../nginx/prod.cfg /etc/nginx/sites-enabled/default

View File

@@ -2,4 +2,4 @@
STEP=$((STEP+1))
echo -e "\n> > > > Шаг №$STEP. Ожидаем нажатия клавиши Return"
read -p "Завершите работу с certbot, затем нажмите Return..."
read -p "Нажмите Return..."