We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c14875a commit 01a3edaCopy full SHA for 01a3eda
1 file changed
actions/deploy-reflex-backend/action.yml
@@ -85,7 +85,7 @@ runs:
85
tags: ghcr.io/${{ env.OWNER_LC }}/${{ inputs.site-name }}-backend:latest
86
87
- name: Send .env file to server
88
- if: ${{ inputs.dotenv-path != "" }}
+ if: ${{ inputs.dotenv-path }} != ""
89
uses: appleboy/scp-action@v0.1.7
90
with:
91
host: ${{ inputs.vps-ip }}
@@ -97,7 +97,7 @@ runs:
97
overwrite: true
98
99
- name: Set .env permissions
100
101
uses: appleboy/ssh-action@v1.2.0
102
103
0 commit comments