Передача сгенерированного сайта на сервер
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
ddb6f3db5e
commit
d2fcbaddd9
61
.drone.yml
61
.drone.yml
@ -1,34 +1,33 @@
|
|||||||
---
|
---
|
||||||
#---
|
kind: pipeline
|
||||||
#kind: pipeline
|
type: docker
|
||||||
#type: docker
|
name: snapshot-publish
|
||||||
#name: snapshot-publish
|
|
||||||
#
|
trigger:
|
||||||
#trigger:
|
branch:
|
||||||
# branch:
|
- develop
|
||||||
# - develop
|
|
||||||
#
|
volumes:
|
||||||
#volumes:
|
- name: m2
|
||||||
# - name: m2
|
host:
|
||||||
# host:
|
path: /drone/volume/m2
|
||||||
# path: /drone/volume/m2
|
|
||||||
#
|
steps:
|
||||||
#steps:
|
|
||||||
#
|
- name: publish
|
||||||
# - name: publish
|
image: maven:3.8.5-openjdk-17
|
||||||
# image: maven:3.8.5-openjdk-17
|
privileged: true
|
||||||
# privileged: true
|
volumes:
|
||||||
# volumes:
|
- name: m2
|
||||||
# - name: m2
|
path: /root/.m2/repository
|
||||||
# path: /root/.m2/repository
|
environment:
|
||||||
# environment:
|
MAVEN_SETTINGS:
|
||||||
# MAVEN_SETTINGS:
|
from_secret: MAVEN_SETTINGS
|
||||||
# from_secret: MAVEN_SETTINGS
|
commands:
|
||||||
# commands:
|
- echo "$MAVEN_SETTINGS" >> maven-settings.xml
|
||||||
# - echo "$MAVEN_SETTINGS" >> maven-settings.xml
|
- mvn --settings maven-settings.xml -U -P snapshot clean deploy
|
||||||
# - mvn --settings maven-settings.xml -U -P snapshot clean deploy
|
|
||||||
#
|
---
|
||||||
#---
|
|
||||||
kind: pipeline
|
kind: pipeline
|
||||||
type: docker
|
type: docker
|
||||||
name: release-maven-central
|
name: release-maven-central
|
||||||
@ -135,6 +134,6 @@ steps:
|
|||||||
|
|
||||||
---
|
---
|
||||||
kind: signature
|
kind: signature
|
||||||
hmac: 5ccd08faa991103f2e92eb005fb7b41f5be0b0d575b2573947efca4dcfadb28a
|
hmac: 3e85763cdcfa2ee020e2809d193132e3dc9521050464f3279731ff9d27f78600
|
||||||
|
|
||||||
...
|
...
|
||||||
|
Loading…
Reference in New Issue
Block a user