Reverse proxy config added, secret is used in build images action #3

Merged
max merged 2 commits from reverse-proxy into main 2026-08-05 16:08:10 +04:00
Showing only changes of commit 800ad9c280 - Show all commits
+1 -1
View File
@@ -60,4 +60,4 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Trigger the webhook on the deployment server to start pulling the images
run: curl "https://webhook.vmn.su/hooks/pull-audio-splitter"
run: curl "https://webhook.vmn.su/hooks/deploy-audio-splitter?token=${{ secrets.CD_WEBHOOK_TOKEN }}"