fix: test semver publish
continuous-integration/drone/pr Build is pending Details
continuous-integration/drone/push Build is failing Details

This commit is contained in:
William Luke 2022-02-03 14:00:47 +03:00
parent 7be6157d91
commit 31f14aac47
2 changed files with 15 additions and 0 deletions

View File

@ -22,6 +22,19 @@ steps:
- name: poetry_cache
path: /root/.cache/pypoetry
- name: publish
image: python:3.7.2
commands:
# Install dependencies
- pip install --no-cache-dir poetry
- poetry install
- poetry run semantic-release publish --noop
environment:
LOGLEVEL: info
volumes:
- name: poetry_cache
path: /root/.cache/pypoetry
volumes:
- name: poetry_cache
host:

2
rsync.sh Normal file
View File

@ -0,0 +1,2 @@
# rsync -r ./dist/ root@root.grassrootseconomics.net:/usr/local/share/python/packages/
rsync -r ./dist/ root@vultr.williamluke.dev:/root/