Skip to content

feat(billing): rename POST /v1/wallets to POST /v1/start-trial #1109

feat(billing): rename POST /v1/wallets to POST /v1/start-trial

feat(billing): rename POST /v1/wallets to POST /v1/start-trial #1109

name: Deploy Web CI
on:
push:
branches: ["main"]
pull_request:
branches: ["main"]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
# Check for changes in deploy-web folder
- uses: dorny/paths-filter@v2
id: filter
with:
filters: |
deploy-web:
- 'apps/deploy-web/**'
- name: Build the Docker image
if: steps.filter.outputs.deploy-web == 'true'
run: npm run dc:build -- --build-arg DEPLOYMENT_ENV=production deploy-web