mirror of
https://github.com/krateng/maloja.git
synced 2025-04-04 19:20:03 +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:
|
||||
tags:
|
||||
- 'v*'
|
||||
- 'runaction-docker'
|
||||
|
||||
jobs:
|
||||
push_to_registry:
|
||||
|
3
.github/workflows/pypi.yml
vendored
3
.github/workflows/pypi.yml
vendored
@ -29,6 +29,3 @@ jobs:
|
||||
|
||||
- name: Publish to PyPI
|
||||
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
|
||||
|
||||
When not running in a container, you can run the application with `maloja run`. You can also run it in the background with
|
||||
`maloja start` and `maloja stop`, but this might not be supported in the future.
|
||||
When not running in a container, you can run the application with `maloja run`.
|
||||
|
||||
|
||||
### Data
|
||||
|
Loading…
x
Reference in New Issue
Block a user