No description
Find a file
silver 5e7a7fe5e1
All checks were successful
On_Push / build (push) Successful in 1m10s
feat: add subsututors
Signed-off-by: silver <silver@skynet.ie>
2024-09-28 14:20:24 +00:00
.forgejo/workflows feat: add subsututors 2024-09-28 14:20:24 +00:00
resources Initial commit 2024-09-23 11:39:13 +00:00
src Update src/index.html 2024-09-24 11:32:52 +00:00
.gitattributes Initial commit 2024-09-23 11:39:13 +00:00
.gitignore Initial commit 2024-09-23 11:39:13 +00:00
README.md Initial commit 2024-09-23 11:39:13 +00: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