Skip to content

2.11.0

2.11.0 #59

Workflow file for this run

name: CD
on:
push:
tags:
- "*"
jobs:
build:
uses: NodeScriptLang/github-actions/.github/workflows/ci-build.yaml@main
with:
image: europe-west1-docker.pkg.dev/nodescript-production/nodescript-image-registry/nodescript-invoke-service
file: Dockerfile
secrets:
REGISTRY_SECRET: ${{ secrets.GCP_REGISTRY_ACCESS }}
deploy-production:
needs: build
uses: NodeScriptLang/github-actions/.github/workflows/ci-deploy.yaml@main
with:
gh_user: NodeScriptLang
gh_repo: infrastructure
image_name: nodescript-invoke-service
env_name: production
app_path: apps/invoke-groups
auto_merge: true
secrets:
ACCESS_TOKEN: ${{ secrets.ACCESS_TOKEN }}