add jfrog integration module (#50)

* add jfrog integration module

* update RAEDME

* cleanup

* fixup!

* cleanup

* fix

* fix

* fixup!

* fixup

* use owner_email

* fix script

* add screenshot

* update docs

* fix permission

* fix install script permission

* add tests

* fix typo

* use new config for npm

* Fix JFrog test

* add example to use

* trim https://

* cleanup!

* update README

* all test pass

* fix README.md

* fmt

---------

Co-authored-by: Kyle Carberry <kyle@carberry.com>
This commit is contained in:
Muhammad Atif Ali
2023-09-27 14:06:25 +03:00
committed by GitHub
parent 7dd00e0a75
commit 83a4e40a6d
7 changed files with 205 additions and 3 deletions

View File

@@ -61,7 +61,7 @@ resource "coder_script" "MODULE_NAME" {
LOG_PATH : var.log_path,
})
run_on_start = true
run_on_stopt = false
run_on_stop = false
}
resource "coder_app" "MODULE_NAME" {