DEV Community

Discussion on: Deploy a React app to DigitalOcean using Github Actions and Docker

Collapse
 
sadi304 profile image
Sadi Mahmud • Edited

Thanks for the article. I am having an issue here. Workflow is passed and done successfully but I have noticed the changes are not being reflected in digital ocean. Is this something related to caching of the docker package? Or are there any chances that docker package will not be updated with the latest code sometimes? Any dependencies related latest tag?

EDIT: have to use docker pull before running the docker.

Collapse
 
kenessajr profile image
Remy Muhire

Hello Sady, I just realized that I forget to add docker pull for pulling new images.