drone test not configured and failing #7

Open
opened 2026-06-08 17:43:12 +00:00 by trav · 0 comments
Owner

we can remove this from drone.yml?

---
kind: pipeline
name: deploy to swarm-test.autonomic.zone
steps:
  - name: deployment
    image: git.coopcloud.tech/coop-cloud/stack-ssh-deploy:latest
    settings:
      host: swarm-test.autonomic.zone
      stack: example_com  # UPDATE ME
      generate_secrets: true
      purge: true
      deploy_key:
        from_secret: drone_ssh_swarm_test
      networks:
        - proxy
    environment:
      DOMAIN: example.swarm-test.autonomic.zone # UPDATE ME
      STACK_NAME: example_com  # UPDATE ME
      LETS_ENCRYPT_ENV: staging
      # Also set any config versions from abra.sh
trigger:
  branch:
    - main
---
we can remove this from drone.yml? ``` --- kind: pipeline name: deploy to swarm-test.autonomic.zone steps: - name: deployment image: git.coopcloud.tech/coop-cloud/stack-ssh-deploy:latest settings: host: swarm-test.autonomic.zone stack: example_com # UPDATE ME generate_secrets: true purge: true deploy_key: from_secret: drone_ssh_swarm_test networks: - proxy environment: DOMAIN: example.swarm-test.autonomic.zone # UPDATE ME STACK_NAME: example_com # UPDATE ME LETS_ENCRYPT_ENV: staging # Also set any config versions from abra.sh trigger: branch: - main --- ```
Sign in to join this conversation.
No description provided.