Incapamentum / Exalted-Sage

Discord bot that does API requests to retrieve a collection of daily achievements for the next day and pushes an alert when any that is in a watchlist shows up.
3 stars 0 forks source link

Deploy workflow issue #30

Closed Incapamentum closed 1 year ago

Incapamentum commented 1 year ago

Cleaned up remaining to-dos for branch. Will be promptly deleted soon after PR is done.

Various commits are somewhat scattered all over in main and whatnot, but the main goal for this branch was the following: (1) write up a workflow to automatically build the C# project and upload the resulting artifacts and (2) upon successful completion of the build process, download the artifacts, unpack, then upload via SFTP/SSH to the hosting service.

In the future, the workflows may be modified pending a better understanding of the different triggers. Currently, the build workflow launches anytime a push is done to the master branch, with the deploy workflow following soon after (only on completion!).