9 lines
201 B
Plaintext
9 lines
201 B
Plaintext
|
#!/bin/bash
|
||
|
# Config file for trigger script
|
||
|
|
||
|
# Variables
|
||
|
NAME=hoellen/nextcloud
|
||
|
REPO=d67163b1-01bd-4bfe-8448-48794d8a599b
|
||
|
TOKEN=cb2a11f7-583d-45d9-9b35-56c5121df32d
|
||
|
TAGS=(latest daily 14.0 15.0 16.0)
|