diff options
| author | Xe Iaso <me@xeiaso.net> | 2024-11-07 22:21:54 -0500 |
|---|---|---|
| committer | Xe Iaso <me@xeiaso.net> | 2024-11-07 22:21:54 -0500 |
| commit | ed75544be521793b6c4aac162fc3ff6793c900f5 (patch) | |
| tree | 96f0718b698a4852645b851cb3d474b65d041855 /.github/workflows | |
| parent | 4a6d7626c63e17419a5d3d6869c429c316bbab74 (diff) | |
| download | xesite-ed75544be521793b6c4aac162fc3ff6793c900f5.tar.xz xesite-ed75544be521793b6c4aac162fc3ff6793c900f5.zip | |
plan c?
Signed-off-by: Xe Iaso <me@xeiaso.net>
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/earthly.yml | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/.github/workflows/earthly.yml b/.github/workflows/earthly.yml index d2095ad..075c07e 100644 --- a/.github/workflows/earthly.yml +++ b/.github/workflows/earthly.yml @@ -58,12 +58,14 @@ jobs: steps: - uses: actions/checkout@v4 - uses: azure/setup-kubectl@v4 - - name: Install civo - uses: civo/action-civo@v1.0.1 - with: - token: ${{ secrets.CIVO_TOKEN }} - name: Save Civo kubeconfig - run: civo kubernetes config aeacus + run: | + curl -sL https://civo.com/get | sh + civo apikey add default $CIVO_TOKEN + civo apikey current default + civo kubernetes config aeacus + env: + CIVO_TOKEN: ${{ secrets.CIVO_TOKEN }} - uses: dorny/paths-filter@v3 id: changes with: |
