All checks were successful
Test and Publish Templates / test-and-publish (push) Successful in 9s
5 lines
71 B
Bash
Executable File
5 lines
71 B
Bash
Executable File
#!/bin/bash
|
|
source "${AGENT_PATH}/common.sh"
|
|
|
|
echo "${WEB_PORT:-2283}"
|