mirror of
https://github.com/krateng/maloja.git
synced 2025-04-12 15:07:13 +03:00
Alrighty
This commit is contained in:
parent
a0b83be095
commit
1462883ab5
1
.github/workflows/docker.yml
vendored
1
.github/workflows/docker.yml
vendored
@ -4,6 +4,7 @@ on:
|
|||||||
push:
|
push:
|
||||||
tags:
|
tags:
|
||||||
- 'v*'
|
- 'v*'
|
||||||
|
- 'runaction-docker'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
push_to_registry:
|
push_to_registry:
|
||||||
|
3
.github/workflows/pypi.yml
vendored
3
.github/workflows/pypi.yml
vendored
@ -29,6 +29,3 @@ jobs:
|
|||||||
|
|
||||||
- name: Publish to PyPI
|
- name: Publish to PyPI
|
||||||
uses: pypa/gh-action-pypi-publish@67339c736fd9354cd4f8cb0b744f2b82a74b5c70
|
uses: pypa/gh-action-pypi-publish@67339c736fd9354cd4f8cb0b744f2b82a74b5c70
|
||||||
with:
|
|
||||||
user: __token__
|
|
||||||
password: ${{ secrets.PYPI_API_TOKEN }}
|
|
||||||
|
@ -85,8 +85,7 @@ The modified run command with these variables would look like:
|
|||||||
|
|
||||||
### Basic control
|
### Basic control
|
||||||
|
|
||||||
When not running in a container, you can run the application with `maloja run`. You can also run it in the background with
|
When not running in a container, you can run the application with `maloja run`.
|
||||||
`maloja start` and `maloja stop`, but this might not be supported in the future.
|
|
||||||
|
|
||||||
|
|
||||||
### Data
|
### Data
|
||||||
|
Loading…
x
Reference in New Issue
Block a user