Cool Stuff

This commit is contained in:
UnlimitedCookies
2021-08-22 23:12:38 +02:00
parent ec0bd91195
commit a585fef02e
8 changed files with 242 additions and 36 deletions

14
.drone.yml Normal file
View File

@@ -0,0 +1,14 @@
pipeline:
build:
image: debian
commands:
- echo "HALLO WELT, KANNST DU MICH HÖREN"
when:
event: [push, tag]
package:
image: debian
command:
- "zap"
when:
event: tag