Skip to content

Commit 7d300db

Browse files
committed
move debug step
1 parent 50d965b commit 7d300db

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

actions/deploy-reflex-frontend/action.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,12 @@ runs:
7373
unzip -q tmp_frontend_zip/frontend.zip -d site/
7474
rm -r "tmp_frontend_zip"
7575
76+
- name: Temp debugging
77+
shell: bash
78+
run: |
79+
echo "ssh-user is: ${{ inputs.ssh-user }}"
80+
echo "ssh-private-key is: ${{ inputs.ssh-private-key }}"
81+
7682
- name: Send frontend static files
7783
uses: appleboy/[email protected]
7884
with:
@@ -85,12 +91,6 @@ runs:
8591
strip_components: 2
8692
overwrite: true
8793

88-
- name: Temp debugging
89-
shell: bash
90-
run: |
91-
echo "ssh-user is: ${{ inputs.ssh-user }}"
92-
echo "ssh-private-key is: ${{ inputs.ssh-private-key }}"
93-
9494
- name: Update frontend files on server
9595
uses: appleboy/[email protected]
9696
with:

0 commit comments

Comments
 (0)