Possibility to deploy from tag instead of branch
# 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:
```txt
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.

_<sub>P.S.
Thank you for you amazing work!<sub>_
0 条评论