Pascal Andy

Results 82 comments of Pascal Andy

@lafriks oh I missed that! I jumped in the conversation when I saw this comment by @kdankert > Are there any updates concerning this issue. I would love to host...

I got it! @v0.1.4 work at the moment I guess something is broken in the master branch. So don't use @master. ``` - name: Run scripts on servers via SSH...

That's a good hack :-p > I dropped down to ssh as a quick hack to unblock myself (in addition to double-checking the authorized_keys on my DigitalOcean droplet):

In less than 2 minutes, I could arrange this template easily! Thank you a thousand times!!

> So, my work around is to: > > 1. install [Homebew](https://brew.sh/) > 2. install `ncurses`: `brew install ncurses` > 3. add a symlink for `tput` where it should be...

+1 I'm looking to execute this scenario as well: - mydomain.com (via a container using a basic nginx svr for static-file (it's the landing page)) - mydomain.com/blog (via wordpress engine)...

> Thanks for reporting the issue, any chance you could comment the path you entered into the settings box? Possibly it is due to a regex conflict. `_cards/_templates`

Anyone have a dockerfile for alpine. Would love to try this using a docker run. Cheers!

Thanks @gioamato. If I understood: ## a Dockerfile for alpine ``` # inspiration FROM alpine:3.12 COPY wait-for-it.sh /usr/local/bin/wait-for-it RUN set -eux &&\ apk --update add --no-cache bash coreutils &&\ chmod...