Semaphore/.devcontainer/postCreateCommand.sh
2024-10-11 19:38:09 +00:00

17 lines
329 B
Bash
Executable File

go install github.com/go-task/task/v3/cmd/task@latest
(cd ./web && npm install)
python3 -m venv .venv
./.venv/bin/pip3 install ansible
task build
./bin/semaphore user add \
--admin \
--login admin \
--name Admin \
--email admin@example.com \
--password changeme \
--config ./.devcontainer/config.json