We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e55fbb6 commit d5f4a37Copy full SHA for d5f4a37
.github/workflows/deploy-to-my-demo-cloudron-io.yaml
@@ -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