Mise à jour de '.drone.yml'
This commit is contained in:
parent
a0b7a5d6ae
commit
10edcd9f47
144
.drone.yml
144
.drone.yml
@ -1,114 +1,86 @@
|
|||||||
|
kind: pipeline
|
||||||
Tickets
|
name: hugo build and deploy
|
||||||
Demandes d'ajout
|
type: docker
|
||||||
Jalons
|
platform:
|
||||||
Explorateur
|
|
||||||
Notifications
|
|
||||||
Créer…
|
|
||||||
[gregandev] Profil et réglages…
|
|
||||||
[gregandev/terminal-cv]
|
|
||||||
gregandev
|
|
||||||
/
|
|
||||||
terminal-cv
|
|
||||||
Ne plus suivre
|
|
||||||
1
|
|
||||||
Ajouter aux favoris
|
|
||||||
0
|
|
||||||
Bifurcation
|
|
||||||
0
|
|
||||||
Code
|
|
||||||
Tickets
|
|
||||||
Demandes d'ajout
|
|
||||||
Projets
|
|
||||||
Versions
|
|
||||||
Wiki
|
|
||||||
Activité
|
|
||||||
Paramètres
|
|
||||||
Son CV dans un terminal web en Javascript! https://terminal-cv.gregandev.fr
|
|
||||||
Gérer les sujets
|
|
||||||
29 Révisions
|
|
||||||
1 Branche
|
|
||||||
0 Tag
|
|
||||||
134 MiB
|
|
||||||
terminal-cv/.drone.yml
|
|
||||||
61 lignes
|
|
||||||
1.2 KiB
|
|
||||||
Brut
|
|
||||||
Lien permanent
|
|
||||||
Annotations
|
|
||||||
Historique
|
|
||||||
Escape
|
|
||||||
kind: pipeline
|
|
||||||
name: hugo
|
|
||||||
type: docker
|
|
||||||
platform:
|
|
||||||
os: linux
|
os: linux
|
||||||
arch: arm64
|
arch: arm64
|
||||||
|
trigger:
|
||||||
trigger:
|
|
||||||
branch:
|
branch:
|
||||||
- master
|
- master
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
|
||||||
####### DOCKER BUILD AND PUSH TO REGISTRY ########
|
- name: git pull submodules
|
||||||
# - name: build docker image and push to registry
|
image: alpine/git
|
||||||
# image: plugins/docker
|
settings:
|
||||||
# volumes:
|
user:
|
||||||
# - name: appsource
|
from_secret: GIT_USER
|
||||||
# path: "/src"
|
password:
|
||||||
# - name: dockersock
|
from_secret: GIT_PASSWORD
|
||||||
# path: "/var/run/docker.sock"
|
|
||||||
# settings:
|
|
||||||
# debug: true
|
|
||||||
# username:
|
|
||||||
# from_secret: REGISTRY_USER
|
|
||||||
# password:
|
|
||||||
# from_secret: REGISTRY_PASSWORD
|
|
||||||
# registry: "dockerregistry.gregandev.fr"
|
|
||||||
# insecure: true
|
|
||||||
# privileged: true
|
|
||||||
# repo: "greglebreton/terminal-cv"
|
|
||||||
# dockerfile: ./Dockerfile
|
|
||||||
|
|
||||||
######## NPM BROKEN ########
|
|
||||||
|
|
||||||
- name: install npm dependancies
|
|
||||||
image: node
|
|
||||||
commands:
|
commands:
|
||||||
- npm install
|
- git submodule update --init --recursive
|
||||||
- npm build
|
|
||||||
|
|
||||||
|
- name: build hugo site
|
||||||
|
image: plugins/hugo
|
||||||
|
settings:
|
||||||
|
hugo_version: 0.109.0
|
||||||
|
# theme: ameida-cv
|
||||||
|
extended: true
|
||||||
|
validate: true
|
||||||
|
# config: config.toml
|
||||||
|
# content: data
|
||||||
|
output: ./public
|
||||||
|
commands:
|
||||||
|
- apk add libc6-compat libstdc++
|
||||||
|
- /bin/hugo
|
||||||
|
|
||||||
- name: deploy on server
|
- name: deploy on server
|
||||||
|
image: drillster/drone-rsync
|
||||||
|
settings:
|
||||||
|
hosts: ["192.168.1.100"]
|
||||||
|
target: /var/www/html/hugo-cv
|
||||||
|
source: public/*
|
||||||
|
port:
|
||||||
|
from_secret: RSYNC_PORT
|
||||||
|
user:
|
||||||
|
from_secret: RSYNC_USER
|
||||||
|
key:
|
||||||
|
from_secret: RSYNC_SSH_KEY
|
||||||
|
|
||||||
|
- name: web CV to PDF
|
||||||
|
image: python
|
||||||
|
commands:
|
||||||
|
- python3 -m pip install weasyprint
|
||||||
|
- python3 web-to-pdf.py
|
||||||
|
|
||||||
|
- name: deploy cv on terminal-cv
|
||||||
image: drillster/drone-rsync
|
image: drillster/drone-rsync
|
||||||
settings:
|
settings:
|
||||||
hosts: ["192.168.1.101"]
|
hosts: ["192.168.1.101"]
|
||||||
target: /workspace/terminal-cv/site
|
target: /workspace/terminal-cv/site/resources/resume.pdf
|
||||||
source: ./dist/*
|
source: ./out.pdf
|
||||||
port: 2021
|
port: 2021
|
||||||
user:
|
user:
|
||||||
from_secret: RSYNC_USER
|
from_secret: RSYNC_USER
|
||||||
key:
|
key:
|
||||||
from_secret: RSYNC_STACK_KEY
|
from_secret: RSYNC_STACK_KEY
|
||||||
|
|
||||||
######## TELEGRAM NOTIFICATION ########
|
- name: notification
|
||||||
|
|
||||||
- name: notification
|
|
||||||
image: appleboy/drone-telegram
|
image: appleboy/drone-telegram
|
||||||
settings:
|
settings:
|
||||||
token:
|
token:
|
||||||
from_secret: TELEGRAM_TOKEN
|
from_secret: TELEGRAM_TOKEN
|
||||||
to:
|
to:
|
||||||
from_secret: TELEGRAM_USERID
|
from_secret: TELEGRAM_USERID
|
||||||
message: >
|
|
||||||
📝 {{repo.name}} / {{commit.branch}} - {{commit.message}}
|
|
||||||
{{#success build.status}}
|
|
||||||
✅ succeeded for 👷♂️ build {{build.number}}
|
|
||||||
{{else}}
|
|
||||||
🛑 failed for 👷♂️ build {{build.number}}
|
|
||||||
{{/success}}
|
|
||||||
when:
|
when:
|
||||||
status:
|
status:
|
||||||
- failure
|
- failure
|
||||||
- success
|
- success
|
||||||
|
format: markdown
|
||||||
|
message: >
|
||||||
|
📝 {{repo.name}} / {{commit.branch}} - {{commit.message}}
|
||||||
|
{{#success build.status}}
|
||||||
|
✅ succeeded for 👷♂ build {{build.number}}
|
||||||
|
{{else}}
|
||||||
|
🛑 failed for 👷♂ build {{build.number}}
|
||||||
|
{{/success}}
|
Loading…
x
Reference in New Issue
Block a user