I’m having trouble deploying my project to DigitalOcean using Wappler. Although I receive a success message in Wappler, the project isn't actually being deployed. My connection to DigitalOcean is functioning correctly, as I can view my server and projects within Wappler.
Interestingly, my coworker, who has the same version of Wappler, can push the same project without any issues. Could anyone provide suggestions on what might be causing this problem and any potential solutions?
FYI I am not using any registry and pushing directly from Wappler.
Hi @Roch98,
Would help to have a little more information. Bit difficult with no error or debug information available. Could you enable the debug option by clicking on the little ladybird icon and then deploy as normal to your Target... Then provide the output which would assist in diagnosing the issue.
Sorry for the questions @Roch98... Have you got a firewall enabled? I'm shooting in the dark here. Looking at the error it has something to do with SSH but am not quite sure what it is as you can connect to the Droplet via the Resource Manager...
Yes I have the same things as well. I have the ssh key in the resource manager and in the target I do have set it to Cloud Provider - SSH and digital ocean along with my docker name and host.
Am sure it is the SSH key for the Project but will have to await the response from George on that side Roch. Hopefully when he has a moment spare he can fill in the gaps and explain the process to import it...
Hi @George , thank you for the response. Yes I am able to access the editor successfully. This is what I get when i try to deploy. No is no errors showing but the project did not actually get deployed.
We were able to tell that it was not deploying any changes as we were making some minor changes to the website and those changes were not being reflected.
Also on the server we ran the command docker ps to find current acive images on the server. everytime, the deployment was/is done through a teammate's wappler, the up time of. the container and status gets updated.
[root@GoSabbaTOR1 ~]# docker ps
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
3fcae7da9f07 sabbashp_db__gosabbator1-web "docker-entrypoint.s…" About an hour ago Up About an hour 0.0.0.0:80->3000/tcp, [::]:80->3000/tcp sabbashp_db__gosabbator1-web-1
e0e433ca66f2 sabbashopapischeduler__gosabbator1_api-web "docker-entrypoint.s…" 4 hours ago Up 4 hours 3000/tcp, 0.0.0.0:8000->8000/tcp, :::8000->8000/tcp sabbashopapischeduler__gosabbator1_api-web-1
d38a409c1e32 moby/buildkit:buildx-stable-1 "buildkitd" 2 weeks ago Up 13 days buildx_buildkit_default
[root@GoSabbaTOR1 ~]#
but when i am trying it doesn't seem to be doing that, Also on the teammates wappler account when we try to deploy. this is the output he recieves