ci: debug DRP_KEY

This commit is contained in:
2025-05-30 08:04:35 +01:00
parent ef790919ce
commit 697ba0c84c
2 changed files with 1 additions and 2 deletions

View File

@@ -56,6 +56,7 @@ deploy_app:
before_script:
- apk update
- apk add openssh-client
- echo "$DRP_KEY" | wc -c
- echo "$DRP_KEY" | base64 -d > /tmp/drp.key
- chmod 600 /tmp/drp.key
script:

View File

@@ -5,7 +5,5 @@ services:
- .:/app:ro
environment:
NODE_ENV: production
PUBLIC_SUPABASE_URL: "$SUPABASE_URL"
PUBLIC_SUPABASE_ANON_KEY: "$SUPABASE_ANON_KEY"
working_dir: /app
command: sh -c "node build/"