fix_deploy_prod_script_2
Dessalines 2021-08-24 22:15:56 -04:00
parent ab438e5503
commit 9a7395c688
1 changed files with 1 additions and 1 deletions

View File

@ -126,7 +126,7 @@ steps:
commands: commands:
- cargo install cargo-workspaces - cargo install cargo-workspaces
- cp -r migrations crates/db_queries/ - cp -r migrations crates/db_queries/
- cargo workspaces publish --no-git-commit --allow-branch main --yes custom "${DRONE_TAG}" - cargo workspaces publish --from-git --allow-branch main --yes custom "${DRONE_TAG}"
when: when:
ref: ref:
- refs/tags/* - refs/tags/*