Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

test-senmatic-release-2

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

test-senmatic-release-2

test senmatic release

  • 1.0.1
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

Deploy

We are using feature branch model across asset generation system and a new image will be build and push to ECR after the PR gets merged. So theoretically each PR should attached to a certain version number / tag. You should get the version number / tag ready before the deployment.

There are 2 way to make the deployment:

  1. Trigger the deployment by github API call (Recommended):
curl --location --request POST 'https://api.github.com/repos/ArkoseLabs/ag-image-generator/dispatches' \
--header 'Content-Type: application/json' \
--header 'Authorization: Bearer ${github_token}' \
--header 'Content-Type: text/plain' \
--data-raw '{
	"event_type": "manual-deploy",
	"client_payload": {
	  "image_tag": ${image_tag_to_deploy}, "deploy_env": "development"
	}
}'

FAQs

Package last updated on 13 May 2020

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc