Skip to content

Commit c7423f3

Browse files
author
a.pirogov
committed
complete demo deployment pipeline, closes #5
1 parent 380fc95 commit c7423f3

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/deploy_demo.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -88,9 +88,9 @@ jobs:
8888
8989
git push -f --set-upstream origin $CI_BRANCH
9090
91-
# - name: Push tag
92-
# # TODO: uncomment once it works
93-
# # if: startswith(github.ref, 'refs/tags/v')
94-
# run: |
95-
# cd fair-python-cookiecutter-demo
96-
# # git tag "v$FAIR_TEMPLATE_VERSION"
91+
- name: Push tag (to trigger release workflow in demo)
92+
if: startswith(github.ref, 'refs/tags/v')
93+
run: |
94+
cd fair-python-cookiecutter-demo
95+
git tag "v$FAIR_TEMPLATE_VERSION"
96+
git push --tags origin $CI_BRANCH

0 commit comments

Comments
 (0)