Skip to content

Remove concurrency attribute #4

Remove concurrency attribute

Remove concurrency attribute #4

Workflow file for this run

name: Deployment
on:
push:
branches:
- main
jobs:
deployment:

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

View workflow run for this annotation

GitHub Actions / Deployment

Invalid workflow file

The workflow is not valid. .github/workflows/deploy.yml (Line: 8, Col: 3): The workflow must contain at least one job with no dependencies.
runs-on: ubuntu-latest
needs: [test]
container:
image: crystallang/crystal:latest
steps:
- name: Download source
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Push to dokku
uses: dokku/github-action@master
with:
git_remote_url: 'ssh://dokku@${{ secrets.SSH_SERVER_IP }}:22/semeli'
ssh_private_key: ${{ secrets.SSH_PRIVATE_KEY }}
branch: main