We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 50d965b commit 7d300dbCopy full SHA for 7d300db
actions/deploy-reflex-frontend/action.yml
@@ -73,6 +73,12 @@ runs:
73
unzip -q tmp_frontend_zip/frontend.zip -d site/
74
rm -r "tmp_frontend_zip"
75
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
+
82
- name: Send frontend static files
83
uses: appleboy/scp-action@v0.1.7
84
with:
@@ -85,12 +91,6 @@ runs:
85
91
strip_components: 2
86
92
overwrite: true
87
93
88
- - name: Temp debugging
89
- shell: bash
90
- run: |
- echo "ssh-user is: ${{ inputs.ssh-user }}"
- echo "ssh-private-key is: ${{ inputs.ssh-private-key }}"
-
94
- name: Update frontend files on server
95
uses: appleboy/ssh-action@v1.2.0
96
0 commit comments