Skip to content

Update README.md

Update README.md #18

Workflow file for this run

name: genezio-workflow
on:
push:
branches:
- main
jobs:
deploy-backend:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set CI to false
run: echo "CI=false" >> $GITHUB_ENV
- uses: actions/setup-node@v3
with:
node-version: 16
- uses: Genez-io/genezio-github-action@main
with:
token: ${{ secrets.GENEZIO_TOKEN }}
- name: Deploy backend
working-directory: ./server
run: genezio deploy —stage prod