11 lines
263 B
Bash
Executable file
11 lines
263 B
Bash
Executable file
#!/usr/bin/env sh
|
|
|
|
export DRONE_SERVER="https://ci.serguzim.me"
|
|
|
|
export HASTE_SERVER="https://haste.snrd.eu"
|
|
|
|
export LINKWARDEN_URL="https://bookmarks.serguzim.me"
|
|
|
|
export OPENFAAS_URL="https://faas.serguzim.me"
|
|
|
|
export WOODPECKER_SERVER="https://ci.serguzim.me"
|