Skip to content

conf(zed): add deno config #74

conf(zed): add deno config

conf(zed): add deno config #74

Workflow file for this run

name: release

Check failure on line 1 in .github/workflows/release.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/release.yaml

Invalid workflow file

(Line: 8, Col: 3): The workflow must contain at least one job with no dependencies.
on:
push:
tags: [main]
jobs:
production:
if: false # TODO: implement production deployments
runs-on: ubuntu-latest
needs: build_docker
timeout-minutes: 20
concurrency: production
environment:
name: production
url: https://spaced.fun
steps:
- uses: actions/checkout@v4
- run: |
echo "GIT_COMMIT_HASH=${{ github.sha }}" >> ./envfile
- uses: cssnr/stack-deploy-action@v1
with:
file: docker-stack.yaml
host: ...
user: deploy
ssh_key: ${{ secrets.DEPLOY_SSH_PRIVATE_KEY }}
env_file: ./envfile