Files
node-git-puller/.env.example
Aaro Varis 0ba61fe0bf fixes
2024-09-10 11:30:37 +03:00

4 lines
177 B
Plaintext

#GIT_URI=ssh://git@git.domain/username/example-repo.git
GIT_URI=https://<username>:<token>@git.domain/username/example-repo.git
GIT_BRANCH=main
#COMMANDS="['npm i','npm start']"