You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: actions/deploy-reflex-backend/action.yml
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@
7
7
#
8
8
9
9
name: "Deploy Reflex Site Backend"
10
-
description: "Deploys a reflex site backend to a VPS (set up as a webserver based on TimChild/webserver-template)"
10
+
description: "Deploys a reflex site backend to a VPS (set up as a webserver based on TimChild/webserver-template) -- Requires `packages write` permission"
11
11
author: "Tim Child"
12
12
13
13
inputs:
@@ -21,7 +21,7 @@ inputs:
21
21
type: string
22
22
ssh-user:
23
23
description: "The user to connect to the VPS as (defaults to '${{ inputs.ssh-user }}')"
0 commit comments