Coder Social home page Coder Social logo

Comments (5)

nlamot avatar nlamot commented on June 18, 2024 3

As a workaround, you could install arkade directly from github. For example, in Github actions we're doing this:

if ! [ -x "$(command -v curl)" ]; then
  sudo apt update && sudo apt install -qy curl
fi
curl https://raw.githubusercontent.com/alexellis/arkade/master/get.sh | sudo sh
echo "PATH=$HOME/.arkade/bin:$PATH" >> $GITHUB_ENV

from arkade.

sthomson-wyn avatar sthomson-wyn commented on June 18, 2024 1

@alexellis
image

from arkade.

alexellis avatar alexellis commented on June 18, 2024 1

@nlamot there is no need to do that with GitHub Actions, there are custom actions for arkade already that download the tool and set it up. https://github.com/alexellis/arkade?tab=readme-ov-file#install-clis-during-ci-with-github-actions

The arkade-get action doesn't use the domain to do the installation, but JavaScript and the latest URL:

https://github.com/alexellis/arkade-get

    - uses: alexellis/arkade-get@master
      with:
        kubectl: latest
        faas-cli: 0.14.10
    - name: check for faas-cli
      run: |
        faas-cli version
    - name: arkade version
      run: arkade version

Check out the README..

And for all the folks coming out of the woodwork to complain, please sponsor me for this project if you are using it. It's hard enough to run open source projects already 👍

from arkade.

alexellis avatar alexellis commented on June 18, 2024

Yes unfortunately there is nothing I can do about this.

Squarespace won't allow me to edit any records, and say that they won't issue the certificate for up to 72 hours.

This migration has been a terrible experience, with no warning.

from arkade.

alexellis avatar alexellis commented on June 18, 2024

I've hosted something manually with Caddy, which is less than ideal. It fixed the issue, however Squarespace can't really expect people migrated to its platform to have 72 hours of downtime to provision a TLS cert, can they?

Sponsorships accepted at https://github.com/sponsors/alexellis

from arkade.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.