refactor(dokploy): add next public shareable key

This commit is contained in:
Mauricio Siu
2024-10-25 22:53:58 -06:00
parent a53ade88e7
commit 1f208f5f5b
3 changed files with 6 additions and 3 deletions

View File

@@ -72,6 +72,8 @@ jobs:
tags: |
siumauricio/cloud:${{ github.ref_name == 'main' && 'main' || 'canary' }}
platforms: linux/amd64
build-args: |
NEXT_PUBLIC_STRIPE_PUBLISHABLE_KEY=${{ github.ref_name == 'main' && 'pk_live_51QAm7bF3cxQuHeOzMpfNfJIch6oLif8rS32pRE392CdTbBf0MYBdbapAxarQGspqJBWT2nVOxu8e6ZHrHB4NhVHG008DE2A90d' || 'pk_test_51QAm7bF3cxQuHeOz0xg04o9teeyTbbNHQPJ5Tr98MlTEan9MzewT3gwh0jSWBNvrRWZ5vASoBgxUSF4gPWsJwATk00Ir2JZ0S1' }}
build-and-push-schedule-image:
runs-on: ubuntu-latest