chore: Update Dockerfile and deploy workflow to utilize environment variables for API configuration

This commit is contained in:
2025-12-27 05:27:01 +01:00
parent 63e2463c20
commit b5bc291fbd
2 changed files with 9 additions and 1 deletions
+3
View File
@@ -31,6 +31,9 @@ jobs:
tags: ghcr.io/${{ env.IMAGE_NAME }}:latest
cache-from: type=gha
cache-to: type=gha,mode=max
build-args: |
EXPO_PUBLIC_API_URL=${{ secrets.EXPO_PUBLIC_API_URL }}
EXPO_PUBLIC_SPOTIFY_CLIENT_ID=${{ secrets.EXPO_PUBLIC_SPOTIFY_CLIENT_ID }}
- name: Deploy via SSH
uses: appleboy/ssh-action@v1.2.0