Renamed AdminPanel to DeltaCMS

lot of changes :p
This commit is contained in:
2019-04-25 17:13:02 +02:00
parent d73566086c
commit e4d320e5e7
45 changed files with 299 additions and 186 deletions

View File

@ -60,8 +60,8 @@ steps:
commands:
- chmod +x prepare.sh && ./prepare.sh
- php composer.phar install --no-dev --optimize-autoloader
- cat production.txt | zip AdminPanel.zip -r -@
- tar -cvzf AdminPanel.tar.gz -T production.txt
- cat production.txt | zip DeltaCMS.zip -r -@
- tar -cvzf DeltaCMS.tar.gz -T production.txt
when:
event: tag
@ -72,8 +72,8 @@ steps:
from_secret: gitea_token
base_url: https://git.delta-wings.net/
files:
- AdminPanel.zip
- AdminPanel.tar.gz
- DeltaCMS.zip
- DeltaCMS.tar.gz
checksum:
- md5
- sha1