mirror of
https://github.com/JuliusFreudenberger/portainer-stack-git-redeploy-action.git
synced 2024-11-23 19:34:39 +01:00
24 lines
600 B
JSON
24 lines
600 B
JSON
{
|
|
"name": "portainer-stack-redeploy-action",
|
|
"version": "1.0.0",
|
|
"description": "Action for request to Portainer API for redeploy stack with pull latest images",
|
|
"main": "dist/index.js",
|
|
"scripts": {
|
|
"start": "node index.js",
|
|
"build": "ncc build index.js --license licenses.txt"
|
|
},
|
|
"keywords": [
|
|
"Github actions",
|
|
"Portainer"
|
|
],
|
|
"author": {
|
|
"name": "Julius Freudenberger",
|
|
"email": "contact@jfreudenberger.de"
|
|
},
|
|
"license": "MIT",
|
|
"devDependencies": {
|
|
"@actions/core": "^1.10.0",
|
|
"@actions/github": "^5.1.1",
|
|
"@vercel/ncc": "^0.36.0"
|
|
}
|
|
}
|