New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

inframate

Package Overview
Dependencies
Maintainers
0
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

inframate

Autodeploy is a tool for deploy application in docker.

latest
Source
npmnpm
Version
0.0.1
Version published
Maintainers
0
Created
Source

AutoDeploy : a lite tool for deploy application everywhere

Introduction

Autodeploy is a tool for deploy application in docker.

Installation

npm i autodeploy

Autodeploy use pulumi to deploy application, you need to install pulumi on your machine and configure storage backend.

Usage in command line

Create local environment

autodeploy up 

Destroy local environment

autodeploy down

Usage in server mode

Installation

Autodeploy can be used in server mode to deploy application on remote server. for start we need to deploy the server part of autodeploy on the remote server.

docker run -d -p 3000:3000 -v /var/run/docker.sock:/var/run/docker.sock -e SECRET_ACCESS_KEY=<YOUR_KEY> autodeploy

Usage

To deploy an application run command :

curl --post https://<REMOTE_SERVER>:3000/deploy 

Configuration in your project

To configure autodeploy in your project you need to create a file named autodeploy.json in the root of your project.

{
    "name": "my-app",
    "version": "1.0.0"
}

FAQs

Package last updated on 27 Feb 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts