Skip to content

ctjoumas/Ghost-Release-Uploader

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Ghost-Release-Uploader

Azure Function that will check the Ghost repository for new releases and compares it with the latest merged release in the Ghost-Azure repository. If newer versions of Ghost are released, the files will be downloaded and merged into the Ghost-Azure repository.

Installation

  1. Fork the Ghost-Azure repository
  2. Deploy to the Ghost-Release-Uploader an Azure Function App
  3. Add the following Application Settings with their corresponding values
    a. GitUserName
    b. GitPassword
    c. GitRepoOwner
    d. GitRepoName
    e. GitRepoBranch
    f. GitAuthorName
    g. GitAuthorEmail

About

This is an azure function app we use to upload new ghost versions.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 76.5%
  • Batchfile 18.2%
  • JavaScript 5.3%