DEV Community

Discussion on: Manage your dev.to blog posts from a GIT repo and use continuous deployment to auto publish/update them

Collapse
 
maelingcodes profile image
Maeling (she/her)

Thanks for creating this template! I am trying to implement it but I'm a little unsure on how to actually push the updates I make in my repo to dev.to. I tried to copy the file structures and updated the dev-to-git.json file with the draft post id and relative path, but when I make changes to the blog post .md file, I don't see the changes being made when I visit the post draft link on dev.to. Am I going about this the wrong way?

Do you mind providing a little more guidance on the steps after creating the blog post file?

FYI: I just started using git this month, so I'm a noob when it comes to using GitHub

Here's a link to my repo: github.com/maelingmurphy/my-dev.to

Thanks!

Collapse
 
maxime1992 profile image
Maxime

Hi Maeling, sure I'll help you out.

I've created an issue on your repo to avoid continuing the discussion here as it's probably not the best place :)

github.com/maelingmurphy/my-dev.to...

Collapse
 
maelingcodes profile image
Maeling (she/her)

Thanks Maxime! Checking it out now