mirror of
https://github.com/runyanjake/jakesphotos.git
synced 2026-06-25 07:14:53 -07:00
Remove comments in jenkinsfile
This commit is contained in:
parent
958df7623c
commit
6ba38b5907
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -2,10 +2,8 @@ pipeline {
|
|||||||
agent any
|
agent any
|
||||||
|
|
||||||
environment {
|
environment {
|
||||||
// Only secret this project needs: the build-notification webhook.
|
|
||||||
DISCORD_WEBHOOK = credentials('discord-pws-builds-channel-webhook')
|
DISCORD_WEBHOOK = credentials('discord-pws-builds-channel-webhook')
|
||||||
|
|
||||||
// Deployment coordinates (match docker-compose.yml).
|
|
||||||
COMPOSE_PROJECT = 'jakesphotos'
|
COMPOSE_PROJECT = 'jakesphotos'
|
||||||
TRAEFIK_NETWORK = 'traefik'
|
TRAEFIK_NETWORK = 'traefik'
|
||||||
APP_HOST = 'jakesphotos.whitney.rip'
|
APP_HOST = 'jakesphotos.whitney.rip'
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user