Document deploying a simple HTML site #39

Closed
opened 2020-12-23 19:38:03 +00:00 by 3wordchant · 0 comments
Owner
  1. Install abra
  2. abra app new custom-html
  3. Configure DNS to point YOUURDOMAIN.TLD to 116.203.211.204 (swarm.autonomic.zone)
  4. abra app YOURDOMAIN.TLD config if you want to add domain aliases (e.g. www)
  5. abra app YOURDOMAIN.TLD deploy

Manual deployment:

  1. cd to the directory with everything in it
  2. tar cf - * | abra app YOURDUOMAIN.TLD cp - app:/usr/share/nginx/html

Automatic deployment:

  1. Create .drone.yml file, e.g. here: https://git.autonomic.zone/kawaiipunk/writing/src/branch/main/.drone.yml
  2. Make sure the autonomic user has access to the repo on Gitea
  3. Log into Drone as autonomic and click "Sync"
  4. Add the repo in Drone
  5. Commit and push the .drone.yml file
1. Install abra 2. `abra app new custom-html` 3. Configure DNS to point YOUURDOMAIN.TLD to `116.203.211.204` (`swarm.autonomic.zone`) 3. `abra app YOURDOMAIN.TLD config` if you want to add domain aliases (e.g. `www`) 4. `abra app YOURDOMAIN.TLD deploy` Manual deployment: 1. `cd` to the directory with everything in it 2. `tar cf - * | abra app YOURDUOMAIN.TLD cp - app:/usr/share/nginx/html` Automatic deployment: 1. Create `.drone.yml` file, e.g. here: https://git.autonomic.zone/kawaiipunk/writing/src/branch/main/.drone.yml 2. Make sure the `autonomic` user has access to the repo on Gitea 3. Log into Drone as autonomic and click "Sync" 4. Add the repo in Drone 5. Commit and push the `.drone.yml` file
3wordchant referenced this issue from a commit 2020-12-23 21:18:50 +00:00
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: coop-cloud/organising#39
No description provided.