Files
node-git-puller/.env.example

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"]'