Uberspace / lab

The Uberlab provides various tutorials - written by you! - on how to run software and tools on Uberspace 7.
https://lab.uberspace.de
Other
315 stars 414 forks source link

[automatic-deployment] Add Automatic Deployment with GitHub Actions HowTo #1710

Closed bastiW closed 5 months ago

nichtmax commented 7 months ago

That's really cool, thank you!

nichtmax commented 7 months ago

Overall very nice! I'm not sure about Prepare Local Git Repository, do you even need this? You can edit files in the Github web interface and you're creating a new GitHub Repository later anyway. Then you write "Follow the instructions on the section …or push an existing repository from the command line", maybe just stick to one because of simplicity?

bastiW commented 6 months ago

@nichtmax

Overall very nice! I'm not sure about Prepare Local Git Repository, do you even need this? You can edit files in the Github web interface and you're creating a new GitHub Repository later anyway. Then you write "Follow the instructions on the section …or push an existing repository from the command line", maybe just stick to one because of simplicity?

I personally would never init a repository on the Github website. Only just small edits in documentation or readme files.

So I made it more consistent and explained how to create a new repository with the gh cli and how to push your local code to the remote.

bastiW commented 6 months ago

@nichtmax You can recheck this PR.

I was not sure about the correct section. Is this a HOWTO or a Guide. All other guides install something on the Uberspace. In my how-to I configure something on Github. I have chosen the how-to section.

What do I need to change to see the content of the .. author_list:: on the page?