Опять прокси новый
Deploy ru-vps / deploy (push) Successful in 24s

This commit is contained in:
Dmitry
2026-06-08 19:31:18 +03:00
parent 4a80762cbc
commit 573590ef45
112 changed files with 59 additions and 35 deletions
-5
View File
@@ -24,10 +24,5 @@ jobs:
git -C /opt/services pull origin main --ff-only
chown -R 1000:100 /opt/services
- name: Write squid secrets
run: |
echo "PROXY_USER=${{ secrets.PROXY_USER }}" > /opt/services/ru-vps/squid/.env
echo "PROXY_PASS=${{ secrets.PROXY_PASS }}" >> /opt/services/ru-vps/squid/.env
- name: Deploy stacks
run: /opt/services/scripts/deploy.sh ru-vps "${{ inputs.stack }}"