Use artifacts.toph.so with IP whitelist

This commit is contained in:
Christopher Mühl 2026-02-16 11:13:05 +01:00
parent fb906dab4e
commit 1c10241d4d
No known key found for this signature in database
GPG key ID: 925AC7D69955293F

View file

@ -23,7 +23,7 @@ runs:
- name: Upload artifact
shell: bash
run: |
ARTIFACT_URL="http://artifacts.intern.muehl.dev/${{ github.sha }}.tar.gz"
ARTIFACT_URL="http://artifacts.toph.so/${{ github.sha }}.tar.gz"
curl -X PUT \
--data-binary @/tmp/${{ inputs.site-name }}.tar.gz \
@ -36,7 +36,7 @@ runs:
run: |
nomad job dispatch static-site \
-meta site_name=${{ inputs.site-name }} \
-meta artifact_url=http://artifacts.intern.muehl.dev/${{ github.sha }}.tar.gz
-meta artifact_url=http://artifacts.toph.so/${{ github.sha }}.tar.gz
- name: Summary
shell: bash