Remove build-time secrets, load NUXT_PUBLIC vars at runtime from Vault
Some checks failed
Build Docker Image / build (push) Failing after 5m36s
Some checks failed
Build Docker Image / build (push) Failing after 5m36s
This commit is contained in:
@@ -12,8 +12,6 @@ jobs:
|
||||
|
||||
- name: Set up Docker Buildx
|
||||
uses: docker/setup-buildx-action@v3
|
||||
with:
|
||||
driver-opts: network=dokploy-network
|
||||
|
||||
- name: Login to Gitea Registry
|
||||
uses: docker/login-action@v3
|
||||
@@ -28,12 +26,6 @@ jobs:
|
||||
context: .
|
||||
push: true
|
||||
tags: gitea.dsrptlab.com/optovia/webapp/webapp:latest
|
||||
network: dokploy-network
|
||||
build-args: |
|
||||
VAULT_ADDR=${{ secrets.VAULT_ADDR }}
|
||||
VAULT_TOKEN=${{ secrets.VAULT_TOKEN }}
|
||||
VAULT_SHARED_PATH=shared
|
||||
VAULT_PROJECT_PATH=webapp
|
||||
|
||||
- name: Deploy to Dokploy
|
||||
run: curl -X POST "https://dokploy.optovia.ru/api/deploy/0_iNAXPDx28BLZIddGTzB"
|
||||
|
||||
Reference in New Issue
Block a user