Skip to content

Commit e861c44

Browse files
committed
skip checking out code when doing deploy
1 parent 4154bd3 commit e861c44

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,10 +59,11 @@ jobs:
5959
;;
6060
esac
6161
- name: Deploy to ReflexCloud
62-
uses: reflex-dev/reflex-deploy-action@v1
62+
uses: reflex-dev/reflex-deploy-action@masenf/skip-checkout
6363
with:
6464
auth_token: ${{ secrets.REFLEX_AUTH_TOKEN }}
6565
project_id: ${{ secrets.REFLEX_PROJECT_ID }}
6666
app_directory: ${{ matrix.folder }}
6767
extra_args: ${{ env.EXTRA_ARGS }}
68-
dry_run: ${{ vars.DRY_RUN }}
68+
dry_run: ${{ vars.DRY_RUN }}
69+
skip_checkout: "true"

0 commit comments

Comments
 (0)