Move template to template/ dir, add CI workflow, use pre-built image
This commit is contained in:
5
template/ports.sh
Executable file
5
template/ports.sh
Executable file
@@ -0,0 +1,5 @@
|
||||
#!/bin/bash
|
||||
source "${AGENT_PATH}/common.sh"
|
||||
_check_required_env_vars "WEB_PORT"
|
||||
|
||||
echo "${WEB_PORT}"
|
||||
Reference in New Issue
Block a user