Skip to content

chore(galaxy): update client auto-generated module (#2832) #5

chore(galaxy): update client auto-generated module (#2832)

chore(galaxy): update client auto-generated module (#2832) #5

name: Singleton Email distributor
on:
push:
branches:
- main
defaults:
run:
working-directory: platform/emaildistributor
jobs:
deploy:
runs-on: ubuntu-latest
environment: dev
steps:
- uses: actions/checkout@v3
- uses: cachix/install-nix-action@v18
with:
nix_path: nixpkgs=channel:nixos-unstable
- run: nix-build ../platform.nix
- name: Cache Dependencies
id: cache-modules
uses: actions/cache@v3
with:
path: |
node_modules
.yarn
key: ${{ runner.os }}-node_modules-${{ hashFiles('yarn.lock') }}
- name: Install Dependencies
run: yarn install
- name: Test
run: yarn run test
- name: Deploy
uses: cloudflare/[email protected]
with:
wranglerVersion: '3.19.0'
apiToken: ${{ secrets.TOKEN_CLOUDFLARE_API }}
accountId: ${{ secrets.INTERNAL_CLOUDFLARE_ACCOUNT_ID }}
workingDirectory: platform/emaildistributor
command: publish
secrets: |
SECRET_EMAIL_DISTRIBUTION_MAP
env:
SECRET_EMAIL_DISTRIBUTION_MAP: ${{ secrets.SECRET_EMAIL_DISTRIBUTION_MAP }}