Website deploy not working #3

Open
opened 2026-05-12 16:41:11 +00:00 by kawaiipunk · 1 comment
Owner
./deploy.sh 
+ pandoc -s --css=/static/style.css index.md
+ abra app cp cooperative.computer index.html app:/var/www/http/
+ abra app cp cooperative.computer favicon.ico app:/var/www/http/
+ for file in static
+ abra app cp cooperative.computer static app:/var/www/http/static/
OCI runtime exec failed: exec failed: unable to start container process: exec: "mkdir": executable file not found in $PATH
FATA create remote directory: 
``` ./deploy.sh + pandoc -s --css=/static/style.css index.md + abra app cp cooperative.computer index.html app:/var/www/http/ + abra app cp cooperative.computer favicon.ico app:/var/www/http/ + for file in static + abra app cp cooperative.computer static app:/var/www/http/static/ OCI runtime exec failed: exec failed: unable to start container process: exec: "mkdir": executable file not found in $PATH FATA create remote directory: ```
Author
Owner

Image on the server is joseluisq/static-web-server:2.38 which isn't a cc recipe.

We should probably use the custom-html cc recipe instead.

Image on the server is joseluisq/static-web-server:2.38 which isn't a cc recipe. We should probably use the custom-html cc recipe instead.
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: autonomic-cooperative/cooperative.computer#3
No description provided.