Skip to content

Changed pipeline to test with elixir #9

Changed pipeline to test with elixir

Changed pipeline to test with elixir #9

Workflow file for this run

name: Lyov Pipeline
on:
push:
deployment:
release:
types: [created]
pull_request:
types: [opened, reopened]
workflow_dispatch:
inputs:
environment:
description: "Environment"
required: true
type: choice
default: "dev"
options:
- dev
- stg
- prd
jobs:
SVC:
uses: andrebrito16/iac-github-actions/.github/workflows/svc.yml@feat/added-elixir-build
secrets: inherit
with:
mainBranch: master
platforms: linux/amd64
environmentsAsNamespaces: true