Skip to content

enable shorter /l/ links universally (#698) #21

enable shorter /l/ links universally (#698)

enable shorter /l/ links universally (#698) #21

Workflow file for this run

name: CD
on:
push:
branches: [master]
jobs:
deploy:
name: EAS Deploy
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: "20.x"
- name: Install dependencies
run: npm ci && npm test
- name: Setup Expo and EAS
uses: expo/expo-github-action@v8
with:
packager: npm
eas-version: latest
token: ${{ secrets.EXPO_TOKEN }}
- name: Build and publish update
run: npm run build:prod
working-directory: ./apps/daimo-mobile