continuous deploy - service account and gitea workflow
This commit is contained in:
3
deploy/app/.env.d/.gitignore
vendored
Normal file
3
deploy/app/.env.d/.gitignore
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
**
|
||||
!.gitignore
|
||||
!**.example
|
||||
4
deploy/app/.env.d/nextcloud-mariadb.env.example
Normal file
4
deploy/app/.env.d/nextcloud-mariadb.env.example
Normal file
@@ -0,0 +1,4 @@
|
||||
MARIADB_USER=????
|
||||
MARIADB_PASSWORD=????
|
||||
MARIADB_ROOT_PASSWORD=???
|
||||
MARIADB_DATABASE=???
|
||||
3
deploy/app/.env.d/nextcloud.secrets.env.example
Normal file
3
deploy/app/.env.d/nextcloud.secrets.env.example
Normal file
@@ -0,0 +1,3 @@
|
||||
NEXTCLOUD_HOST=????
|
||||
NEXTCLOUD_USERNAME=????
|
||||
NEXTCLOUD_PASSWORD=???
|
||||
3
deploy/app/.env.d/pbs.env.example
Normal file
3
deploy/app/.env.d/pbs.env.example
Normal file
@@ -0,0 +1,3 @@
|
||||
PBS_REPOSITORY=????
|
||||
PBS_PASSWORD=????
|
||||
PBS_FINGERPRINT=???
|
||||
Reference in New Issue
Block a user