Skip to content

Commit

Permalink
update deploy job for dev env
Browse files Browse the repository at this point in the history
  • Loading branch information
Lendemor committed Dec 6, 2024
1 parent aec2220 commit be4003b
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,16 @@ on:
branches: ['lendemor/use_deploy_action']

jobs:
deploy:
deploy-dev:
runs-on: ubuntu-latest
environment: DeployDev
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Deploy
uses: reflex-dev/reflex-deploy-action@v0
uses: reflex-dev/reflex-deploy-action@v1
with:
auth_token: ${{ secrets.REFLEX_AUTH_TOKEN }}
project_id: ${{ secrets.PROJECT_ID }}
extra_args: "--vm-type=${{ vars.VM_TYPE }}"
python_version: 3.12
dry_run: ${{ vars.DRY_RUN }}

0 comments on commit be4003b

Please sign in to comment.