Releases: jonnitto/Uberspace.Deployer
Releases · jonnitto/Uberspace.Deployer
1.0.1
1.0.0
Full Changelog: 0.5.2...1.0.0
0.5.2
✨ Feature:
Add deploy.yaml
and deploy.php
to the root folder on installation (only if they are not present)
🐛 Bugfix:
Fix issue with Redis, where nothing could be written to the Redis database.
To fix this in a current installation add following line at the end in your ~/.redis/conf
on your Uberspace:
save ""
and ~/etc/services.d/redis.ini
should look like this (The directory
entry was missing):
[program:redis]
command=redis-server %(ENV_HOME)s/.redis/conf
directory=%(ENV_HOME)s/.redis
autostart=yes
autorestart=yes
and restart the service with
supervisorctl restart redis
0.5.1
0.5.0
0.4.0
0.3.2
0.3.1
0.3.0
✨ New
Task | Description |
---|---|
database:delete |
Delete a database on the server |
database:download:current |
Download the current database from the server |
database:download:dump |
Download dump from the backup folder on the server |
database:import |
Import a database from the backup folder |
database:list |
List all databases on the server |
server:symlink:list |
List current symlinks |
server:symlink:remove |
Remove a symbolic link |
🐛 Fix
Parse deployer parameter in questions
Fix symlink if html
folder is already a symlink
💥 Breaking
Change format of database dump compression: .sql.tgz
» .sql.xz
Rename install:symlink
to server:symlink:add
👷🏼 GitHub Actions
Update deploy example for GitHub Actions