Skip to content

Possibility to deploy from tag instead of branch #374

@kindkitchen

Description

@kindkitchen

Is it possible to deploy from tag instead of branch?

If yes, does i should to know something special about this?

Intro

  • i have workflow with deployment to deno deploy
  • this workflow is manually triggered with github's workflow_dispatch
  • so i can choose branch or tag from where the workflow will be run

Problem

When i choose tag
On step denoland/deployctl@v1 this error happen:

Error: APIError: An internal server error occurred.
x-deno-ray: b9ec27b9851f65d184fda30159302587
If you encounter this error frequently, contact us at deploy@deno.com with the above x-deno-ray.

My assumption:

Because the code between success and fail deployment is absolutely identical and the only difference is that what i choose: some branch or some tag - i suspect that the problem is related to this tag.


Will be happy to read at least the clarification and real reason of this error. And of course will be great to have possibility to deploy from tags, so I can simply aka time travelling by my releases.

Image

P.S.
Thank you for you amazing work!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions