Skip to content

Commit be4003b

Browse files
committed
update deploy job for dev env
1 parent aec2220 commit be4003b

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/deploy.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,16 @@ on:
33
branches: ['lendemor/use_deploy_action']
44

55
jobs:
6-
deploy:
6+
deploy-dev:
77
runs-on: ubuntu-latest
8+
environment: DeployDev
89
steps:
910
- name: Checkout
1011
uses: actions/checkout@v4
1112
- name: Deploy
12-
uses: reflex-dev/reflex-deploy-action@v0
13+
uses: reflex-dev/reflex-deploy-action@v1
1314
with:
1415
auth_token: ${{ secrets.REFLEX_AUTH_TOKEN }}
1516
project_id: ${{ secrets.PROJECT_ID }}
1617
extra_args: "--vm-type=${{ vars.VM_TYPE }}"
17-
python_version: 3.12
18+
dry_run: ${{ vars.DRY_RUN }}

0 commit comments

Comments
 (0)