Skip to content

Commit

Permalink
Update deployment_customers_dev.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
warrenrhodes authored Jan 8, 2024
1 parent f133603 commit 57e8212
Showing 1 changed file with 21 additions and 8 deletions.
29 changes: 21 additions & 8 deletions .github/workflows/deployment_customers_dev.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,27 @@
name: X Deployment Customers (DEV)
on:
workflow_call:

concurrency:
group: deploy-fe-customers-dev
cancel-in-progress: true

jobs:
customers:
runs-on: ubuntu-latest
steps:
- run: echo "bonjour madame"

uses: ./.github/workflows/x_lib_deployment_apps_base.yml
with:
# Use the latest commit as base for DEV.
SPREELOOP_BUILD_BASE_TAG: ${{ github.ref }}
SPREELOOP_APP_ENVIRONMENT: dev
SPREELOOP_APP_PRODUCT_IDENTIFIER: com.spreeloop.place.dev
SPREELOOP_APP_NAME: Place.DEV
SPREELOOP_APP_DIRECTORY: app_customers
SPREELOOP_USE_ANDROID_APP_BUNDLE: false
SPREELOOP_ANDROID_APP_ID: 1:235415426223:android:03d555bd7da50fba4c705a
SPREELOOP_IOS_APP_ID: 1:235415426223:ios:66b781b42f781dc64c705a
SPREELOOP_WEB_APP_ID: customers
FIREBASE_REVERSED_CLIENT_ID: com.googleusercontent.apps.235415426223-mgqiked65p995djfr85bv84n4m37jeod
FIREBASE_PROJECT_ID: place-5489d
UPLOAD_TO_APP_STORE: false
UPLOAD_TO_PLAY_STORE: false
DEPLOY_ANDROID_APPS: true
DEPLOY_IOS_APPS: true
secrets:
GCP_CREDENTIALS_BASE64: ${{ secrets.GCP_CREDENTIALS_BASE64_PLACE_DEV }}

0 comments on commit 57e8212

Please sign in to comment.