Skip to content

Commit d5f4a37

Browse files
committed
Add demo branch with workflow to deploy to my.demo.cloudron.io
1 parent e55fbb6 commit d5f4a37

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
on:
2+
push:
3+
branches:
4+
- demo
5+
jobs:
6+
deploy-to-cloudron-app:
7+
runs-on: ubuntu-latest
8+
steps:
9+
- name: Checkout Repository
10+
uses: actions/checkout@v6
11+
- name: Install composer dependencies
12+
uses: php-actions/composer@v6
13+
- name: Cloudron Push to App
14+
uses: cloudron-io/cloudron-push-to-app@latest
15+
with:
16+
CLOUDRON_URL: "0d8117263fbd8a91db1069440f0b06921950e0a7df29c107727391aff921db45"
17+
CLOUDRON_TOKEN: "my.demo.cloudron.io"
18+
CLOUDRON_APP_ID: "a5eeeaf8-e754-41d8-8d91-d99272e4afa9"
19+
CLOUDRON_PUSH_DESTINATION: "/app/data/public"
20+
CLOUDRON_CREATE_APP_BACKUP: "true"

0 commit comments

Comments
 (0)