No description
Find a file
mysticwolf c963c29ce0
All checks were successful
On_Push / build (push) Successful in 40s
Update src/index.html
2025-02-13 15:14:45 +00:00
.forgejo/workflows Initial commit 2025-02-12 19:08:18 +00:00
resources Initial commit 2025-02-12 19:08:18 +00:00
src Update src/index.html 2025-02-13 15:14:45 +00:00
.gitattributes Initial commit 2025-02-12 19:08:18 +00:00
.gitignore Initial commit 2025-02-12 19:08:18 +00:00
LICENSE Initial commit 2025-02-12 19:08:18 +00:00
README.md Initial commit 2025-02-12 19:08:18 +00:00

Deploying to Skynet

This is a repo that is used as a template to deploy to Skynet

Create a Skynet Account

To be able to have a website on Skynet you must first have a Skynet account.
Instructions on how to create a Skynet Account

Create SSH Key

Details to do this can be found here: wiki
It is recommended to create a new key for just Forgejo Actions.
Do not add a password to the key, it will cause the pipeline to fail.

Add key to Skynet account

Add the contents of $USERNAME.pub (public key) to your skynet account
[CTRL]+[A] and [CTRL]+[V] will copy/paste everything.
The key must remain in its "armor" and the trailing newline at the end must be preserved.

Secrets

One secret must be added to make this work.

Secrets are found in your repo under Settings > Actions > Secrets

  • SSH_KEY
    • This is your private key that was generated above
    • Copy paste it exactly

End result should look like this:
Secrets

Make changes to src

Make changes to the files in src.
Commit and push.
If everything was set up fine then your site will soon be live on https://$USERNAME.users.skynet.ie