fix: cd vault path
Some checks failed
Backend ci / build (push) Has been cancelled
Deploy frontend / deploy-frontend (push) Failing after 30s

This commit is contained in:
d3m0k1d
2026-02-03 16:40:28 +03:00
parent 01eab6213a
commit 521e9bfe06

View File

@@ -17,19 +17,19 @@ jobs:
- name: Checkout code - name: Checkout code
uses: actions/checkout@v4 uses: actions/checkout@v4
- name: Import Secrets - name: Import Secrets
id: import-secrets id: import-secrets
uses: hashicorp/vault-action@v3.4.0 uses: hashicorp/vault-action@v3.4.0
with: with:
url: https://vault.d3m0k1d.ru url: https://vault.d3m0k1d.ru
token: ${{ secrets.VAULT }} token: ${{ secrets.VAULT_TOKEN }}
secrets: | secrets: |
site/data/prod/gitea TOKEN | GITEA_TOKEN ; secrets/site/prod/data/gitea TOKEN | GITEA_TOKEN ;
site/data/prod/server SSH_KEY | SSH_KEY ; secrets/site/prod/data/server SSH_KEY | SSH_KEY ;
site/data/prod/server USER | SERVER_USER ; secrets/site/prod/data/server USER | SERVER_USER ;
site/data/prod/server HOST | SERVER_HOST ; secrets/site/prod/data/server HOST | SERVER_HOST ;
site/data/prod/server PORT | SERVER_PORT secrets/site/prod/data/server PORT | SERVER_PORT
- name: Login to registry - name: Login to registry
uses: docker/login-action@v3 uses: docker/login-action@v3
with: with: