Compare commits
5 Commits
5e0b6f38d4
...
b392feb00b
Author | SHA1 | Date | |
---|---|---|---|
b392feb00b | |||
16b5597ddc | |||
ae2caf4199 | |||
87afdbedb6 | |||
c53b04cd05 |
@ -1,50 +0,0 @@
|
||||
kind: pipeline
|
||||
type: docker
|
||||
name: haiti-framework
|
||||
|
||||
steps:
|
||||
|
||||
- name: publish maven central
|
||||
image: maven:3.8.5-openjdk-17
|
||||
privileged: true
|
||||
volumes:
|
||||
- name: m2
|
||||
path: /root/.m2/repository
|
||||
environment:
|
||||
GPG_PRIVATE_KEY:
|
||||
from_secret: GPG_PRIVATE_KEY
|
||||
MAVEN_SETTINGS:
|
||||
from_secret: MAVEN_SETTINGS
|
||||
GPG_PASSPHRASE:
|
||||
from_secret: GPG_PASSPHRASE
|
||||
SSH_KEY:
|
||||
from_secret: SSH_KEY
|
||||
commands:
|
||||
- eval $(ssh-agent -s)
|
||||
- mkdir -p ~/.ssh
|
||||
- chmod 700 ~/.ssh
|
||||
- echo "$SSH_KEY" | ssh-add -
|
||||
- ssh-keyscan -p 222 git.struchkov.dev >> ~/.ssh/known_hosts
|
||||
- git branch -a
|
||||
# - echo "test" >> test.txt
|
||||
# - git add --all
|
||||
# - git commit -m test
|
||||
# - git remote add deploy ssh://git@git.struchkov.dev:222/Godfather-Bots/godfather.git
|
||||
# - git remote -v
|
||||
# - git push deploy HEAD:master
|
||||
|
||||
# - ssh-keyscan -t rsa git.struchkov.dev >> ~/.ssh/known_hosts
|
||||
# - chmod 644 ~/.ssh/known_hosts
|
||||
# - echo "$GPG_PRIVATE_KEY" >> gpg.key
|
||||
# - echo "$MAVEN_SETTINGS" >> maven-settings.xml
|
||||
# - gpg --pinentry-mode loopback --passphrase $GPG_PASSPHRASE --import gpg.key
|
||||
# - mvn --settings maven-settings.xml -T 1C -U release:clean release:prepare release:perform --batch-mode
|
||||
|
||||
trigger:
|
||||
branch:
|
||||
- master
|
||||
|
||||
volumes:
|
||||
- name: m2
|
||||
host:
|
||||
path: /drone/volume/m2
|
@ -4,7 +4,7 @@
|
||||
<parent>
|
||||
<groupId>dev.struchkov.godfather</groupId>
|
||||
<artifactId>bot-context</artifactId>
|
||||
<version>0.0.42-SNAPSHOT</version>
|
||||
<version>0.0.43-SNAPSHOT</version>
|
||||
</parent>
|
||||
|
||||
<artifactId>bot-context-main</artifactId>
|
||||
|
@ -4,7 +4,7 @@
|
||||
<parent>
|
||||
<groupId>dev.struchkov.godfather</groupId>
|
||||
<artifactId>bot-context</artifactId>
|
||||
<version>0.0.42-SNAPSHOT</version>
|
||||
<version>0.0.43-SNAPSHOT</version>
|
||||
</parent>
|
||||
|
||||
<artifactId>bot-context-quarkus</artifactId>
|
||||
|
@ -4,7 +4,7 @@
|
||||
<parent>
|
||||
<groupId>dev.struchkov.godfather</groupId>
|
||||
<artifactId>bot-context</artifactId>
|
||||
<version>0.0.42-SNAPSHOT</version>
|
||||
<version>0.0.43-SNAPSHOT</version>
|
||||
</parent>
|
||||
|
||||
<artifactId>bot-context-simple</artifactId>
|
||||
|
@ -4,7 +4,7 @@
|
||||
<parent>
|
||||
<groupId>dev.struchkov.godfather</groupId>
|
||||
<artifactId>godfather-bot</artifactId>
|
||||
<version>0.0.42-SNAPSHOT</version>
|
||||
<version>0.0.43-SNAPSHOT</version>
|
||||
</parent>
|
||||
|
||||
<artifactId>bot-context</artifactId>
|
||||
|
@ -4,7 +4,7 @@
|
||||
<parent>
|
||||
<groupId>dev.struchkov.godfather</groupId>
|
||||
<artifactId>bot-core</artifactId>
|
||||
<version>0.0.42-SNAPSHOT</version>
|
||||
<version>0.0.43-SNAPSHOT</version>
|
||||
</parent>
|
||||
|
||||
<artifactId>bot-core-main</artifactId>
|
||||
|
@ -4,7 +4,7 @@
|
||||
<parent>
|
||||
<groupId>dev.struchkov.godfather</groupId>
|
||||
<artifactId>bot-core</artifactId>
|
||||
<version>0.0.42-SNAPSHOT</version>
|
||||
<version>0.0.43-SNAPSHOT</version>
|
||||
</parent>
|
||||
|
||||
<artifactId>bot-core-quarkus</artifactId>
|
||||
|
@ -4,7 +4,7 @@
|
||||
<parent>
|
||||
<artifactId>bot-core</artifactId>
|
||||
<groupId>dev.struchkov.godfather</groupId>
|
||||
<version>0.0.42-SNAPSHOT</version>
|
||||
<version>0.0.43-SNAPSHOT</version>
|
||||
</parent>
|
||||
|
||||
<artifactId>bot-core-simple</artifactId>
|
||||
|
@ -4,7 +4,7 @@
|
||||
<parent>
|
||||
<groupId>dev.struchkov.godfather</groupId>
|
||||
<artifactId>godfather-bot</artifactId>
|
||||
<version>0.0.42-SNAPSHOT</version>
|
||||
<version>0.0.43-SNAPSHOT</version>
|
||||
</parent>
|
||||
|
||||
<artifactId>bot-core</artifactId>
|
||||
|
@ -4,7 +4,7 @@
|
||||
<parent>
|
||||
<artifactId>bot-data</artifactId>
|
||||
<groupId>dev.struchkov.godfather</groupId>
|
||||
<version>0.0.42-SNAPSHOT</version>
|
||||
<version>0.0.43-SNAPSHOT</version>
|
||||
</parent>
|
||||
|
||||
<artifactId>bot-data-main</artifactId>
|
||||
|
@ -4,7 +4,7 @@
|
||||
<parent>
|
||||
<groupId>dev.struchkov.godfather</groupId>
|
||||
<artifactId>bot-data</artifactId>
|
||||
<version>0.0.42-SNAPSHOT</version>
|
||||
<version>0.0.43-SNAPSHOT</version>
|
||||
</parent>
|
||||
|
||||
<artifactId>bot-data-quarkus</artifactId>
|
||||
|
@ -4,7 +4,7 @@
|
||||
<parent>
|
||||
<groupId>dev.struchkov.godfather</groupId>
|
||||
<artifactId>bot-data</artifactId>
|
||||
<version>0.0.42-SNAPSHOT</version>
|
||||
<version>0.0.43-SNAPSHOT</version>
|
||||
</parent>
|
||||
|
||||
<artifactId>bot-data-simple</artifactId>
|
||||
|
@ -4,7 +4,7 @@
|
||||
<parent>
|
||||
<groupId>dev.struchkov.godfather</groupId>
|
||||
<artifactId>godfather-bot</artifactId>
|
||||
<version>0.0.42-SNAPSHOT</version>
|
||||
<version>0.0.43-SNAPSHOT</version>
|
||||
</parent>
|
||||
|
||||
<artifactId>bot-data</artifactId>
|
||||
|
@ -3,7 +3,7 @@
|
||||
<parent>
|
||||
<artifactId>bot-domain</artifactId>
|
||||
<groupId>dev.struchkov.godfather</groupId>
|
||||
<version>0.0.42-SNAPSHOT</version>
|
||||
<version>0.0.43-SNAPSHOT</version>
|
||||
</parent>
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
||||
|
@ -3,7 +3,7 @@
|
||||
<parent>
|
||||
<artifactId>godfather-bot</artifactId>
|
||||
<groupId>dev.struchkov.godfather</groupId>
|
||||
<version>0.0.42-SNAPSHOT</version>
|
||||
<version>0.0.43-SNAPSHOT</version>
|
||||
</parent>
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
||||
|
@ -3,7 +3,7 @@
|
||||
<parent>
|
||||
<groupId>dev.struchkov.godfather</groupId>
|
||||
<artifactId>godfather-bot</artifactId>
|
||||
<version>0.0.42-SNAPSHOT</version>
|
||||
<version>0.0.43-SNAPSHOT</version>
|
||||
</parent>
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
||||
|
4
pom.xml
4
pom.xml
@ -4,7 +4,7 @@
|
||||
|
||||
<groupId>dev.struchkov.godfather</groupId>
|
||||
<artifactId>godfather-bot</artifactId>
|
||||
<version>0.0.42-SNAPSHOT</version>
|
||||
<version>0.0.43-SNAPSHOT</version>
|
||||
<packaging>pom</packaging>
|
||||
|
||||
<modules>
|
||||
@ -355,7 +355,7 @@
|
||||
<id>uPagge</id>
|
||||
<name>Struchkov Mark</name>
|
||||
<email>mark@struchkov.dev</email>
|
||||
<url>https://struchkov.dev</url>
|
||||
<url>https://mark.struchkov.dev</url>
|
||||
</developer>
|
||||
</developers>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user