Template repo to allow users to easily deploy to their site on Skynet
Find a file Use this template
Brendan Golden 24f8bff802
Some checks failed
On_Push / build (push) Failing after 3s
feat: no longer ask teh user to enter their own username
2024-09-22 23:51:02 +01:00
.forgejo/workflows feat: no longer ask teh user to enter their own username 2024-09-22 23:51:02 +01:00
resources doc: added readme and rough overview 2024-09-22 23:12:24 +01:00
src feat: base files for the repo 2024-09-22 23:07:55 +01:00
.gitattributes feat: base files for the repo 2024-09-22 23:07:55 +01:00
.gitignore feat: base files for the repo 2024-09-22 23:07:55 +01:00
README.md feat: no longer ask teh user to enter their own username 2024-09-22 23:51:02 +01:00

Deploying to Skynet

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

Create SSH Key

Details to do this can be found here: wiki
It is recommended to create a new key for just Forgejo Actions.

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

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