Skip to content

Commit c238b49

Browse files
committed
WIP
1 parent 43ed7a3 commit c238b49

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/deploy-to-cloudron.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,8 @@ jobs:
99
steps:
1010
- name: Cloudron Push to App
1111
uses: cloudron-io/cloudron-push-to-app@latest
12+
with:
13+
CLOUDRON_TOKEN: "${{ secrets.CLOUDRON_URL }}"
14+
CLOUDRON_APP_ID: "${{ secrets.CLOUDRON_APP_ID }}"
15+
CLOUDRON_URL: "${{ secrets.CLOUDRON_TOKEN }}"
16+
CLOUDRON_PUSH_DESTINATION: "/app/data/public/"

0 commit comments

Comments
 (0)