chore: fix secrets pipline
Some checks failed
Deploy frontend / deploy-frontend (push) Failing after 28s
Backend ci / build (push) Has been cancelled

This commit is contained in:
d3m0k1d
2026-02-03 16:30:29 +03:00
parent a99a4cf870
commit ba7b7eb763

View File

@@ -23,11 +23,11 @@ jobs:
url: https://vault.d3m0k1d.ru
token: ${{ secrets.VAULT }}
secrets: |
secret/data/prod/gitea TOKEN | TOKEN ;
secret/data/prod/server SSH_KEY | SSH_KEY ;
secret/data/prod/server USER | USER ;
secret/data/prod/server HOST | HOST ;
secret/data/prod/server PORT | PORT
site/data/prod/gitea TOKEN | GITEA_TOKEN ;
site/data/prod/server SSH_KEY | SSH_KEY ;
site/data/prod/server USER | SERVER_USER ;
site/data/prod/server HOST | SERVER_HOST ;
site/data/prod/server PORT | SERVER_PORT
- name: Login to registry
uses: docker/login-action@v3