Skip to content

build: Deploy to prod when release is created #1

build: Deploy to prod when release is created

build: Deploy to prod when release is created #1

Workflow file for this run

name: Release Deploy
on:
release:
types: [published]
jobs:
deploy:

Check failure on line 8 in .github/workflows/release.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/release.yml

Invalid workflow file

You have an error in your yaml syntax on line 8
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: DigitalOcean App Platform deployment
uses: digitalocean/[email protected]
with:
app_name: ${{ secrets.PROD_APP_NAME }}
token: ${{ secrets.DIGITALOCEAN_ACCESS_TOKEN }}