Document deploying a simple HTML site #39
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
abra app new custom-html
116.203.211.204
(swarm.autonomic.zone
)abra app YOURDOMAIN.TLD config
if you want to add domain aliases (e.g.www
)abra app YOURDOMAIN.TLD deploy
Manual deployment:
cd
to the directory with everything in ittar cf - * | abra app YOURDUOMAIN.TLD cp - app:/usr/share/nginx/html
Automatic deployment:
.drone.yml
file, e.g. here: https://git.autonomic.zone/kawaiipunk/writing/src/branch/main/.drone.ymlautonomic
user has access to the repo on Gitea.drone.yml
file