codse / pixcell

A pixel art creator made for fun.
https://pixcell.vercel.app/
MIT License
32 stars 0 forks source link

Add Automation to the project deployment (CI/ CD) #6

Open pa1narendra opened 1 month ago

pa1narendra commented 1 month ago

@hari Please do automate the process of deployment it will be hard to manually update the deployment after every new code addition. I made some changes, added undo and redo functionality , but it didn't reflected in the site https://pixcell.vercel.app, either add a script that automates the process or we have to update the deployment manually everytime we pushed some code.

hari commented 1 month ago

@pa1narendra it deploys automatically after merging.

pa1narendra commented 1 month ago

@hari The changes that I made are not visible in the site that's why I asked to automate, may be there is some issue that we have to fix. image

But when I am viewing it locally, the undo and redo functionalities are visible and are working fine, even the code in the repo contains the changes , the problem is with deployment I think , can you please fix it ?

pa1narendra commented 1 month ago

@hari any updates on this issue ?