Skip to content

Commit 3f69c42

Browse files
committed
dont checkout in action
1 parent 3afe5d1 commit 3f69c42

File tree

2 files changed

+0
-28
lines changed

2 files changed

+0
-28
lines changed

actions/deploy-reflex-backend/action.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -63,11 +63,6 @@ runs:
6363
exit 1
6464
fi
6565
66-
- name: Checkout code
67-
uses: actions/checkout@v4
68-
with:
69-
ref: ${{ github.ref }}
70-
7166
- name: Set up Docker Buildx
7267
uses: docker/setup-buildx-action@v3
7368

actions/deploy-reflex-frontend/action.yml

Lines changed: 0 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -52,23 +52,6 @@ runs:
5252
exit 1
5353
fi
5454
55-
- name: Temp debugging
56-
shell: bash
57-
run: |
58-
ls -la
59-
cat .env
60-
61-
- name: Checkout code
62-
uses: actions/checkout@v4
63-
with:
64-
ref: ${{ github.ref }}
65-
66-
- name: Temp debugging
67-
shell: bash
68-
run: |
69-
ls -la
70-
cat .env
71-
7255
- name: Set up uv
7356
uses: astral-sh/setup-uv@v5
7457
with:
@@ -83,12 +66,6 @@ runs:
8366
unzip -q tmp_frontend_zip/frontend.zip -d site/
8467
rm -r "tmp_frontend_zip"
8568
86-
- name: Temp debugging
87-
shell: bash
88-
run: |
89-
echo "ssh-user is: ${{ inputs.ssh-user }}"
90-
echo "ssh-private-key is: ${{ inputs.ssh-private-key }}"
91-
9269
- name: Send frontend static files
9370
uses: appleboy/[email protected]
9471
with:

0 commit comments

Comments
 (0)