Skip to content

Atualiza os dominios gerenciados pela apyb #62

Atualiza os dominios gerenciados pela apyb

Atualiza os dominios gerenciados pela apyb #62

Workflow file for this run

name: Deploy
on:
workflow_dispatch:
push:
branches:
- main
permissions:
contents: write
jobs:
deploy:

Check failure on line 13 in .github/workflows/deploy.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/deploy.yml

Invalid workflow file

You have an error in your yaml syntax on line 13
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v6
with:
python-version: '3.10'
- uses: abatilo/actions-poetry@v4
with:
poetry-version: 2.1.4
- name: Install dependencies
run: |
poetry install --without dev
- name: Deploy
run: poetry run make deploy