Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue with reflex.dev documentation #1138

Closed
lupydev opened this issue Dec 6, 2024 · 2 comments
Closed

Issue with reflex.dev documentation #1138

lupydev opened this issue Dec 6, 2024 · 2 comments

Comments

@lupydev
Copy link

lupydev commented Dec 6, 2024

Path: /docs/hosting/deploy-with-github-actions

there's a typo \ between curly braces {\{ in auth_token and project_id

name: Deploy Reflex App

on:
  push:
    branches:
      - main

jobs:
  deploy:
    runs-on: ubuntu-latest
    steps:
      - name: Deploy to Reflex Cloud
        uses: reflex-dev/reflex-deploy-action@v1
        with:
          auth_token: ${\{ secrets.REFLEX_PROJECT_ID }}
          project_id: ${\{ secrets.REFLEX_PROJECT_ID }}
          app_directory: "my-app-folder" # Optional, defaults to root
          extra_args: "--env THIRD_PARTY_APIKEY=***" # Optional
          python_version: "3.12" # Optional
Copy link

linear bot commented Dec 6, 2024

@tgberkeley
Copy link
Collaborator

This is solved. It just needs a new release of flexdown and it will work.

@linear linear bot closed this as completed Dec 19, 2024
@linear linear bot reopened this Dec 19, 2024
@picklelo picklelo closed this as completed Jan 9, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants