Use artifacts.toph.so with IP whitelist
This commit is contained in:
parent
fb906dab4e
commit
1c10241d4d
1 changed files with 2 additions and 2 deletions
|
|
@ -23,7 +23,7 @@ runs:
|
||||||
- name: Upload artifact
|
- name: Upload artifact
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
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 \
|
curl -X PUT \
|
||||||
--data-binary @/tmp/${{ inputs.site-name }}.tar.gz \
|
--data-binary @/tmp/${{ inputs.site-name }}.tar.gz \
|
||||||
|
|
@ -36,7 +36,7 @@ runs:
|
||||||
run: |
|
run: |
|
||||||
nomad job dispatch static-site \
|
nomad job dispatch static-site \
|
||||||
-meta site_name=${{ inputs.site-name }} \
|
-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
|
- name: Summary
|
||||||
shell: bash
|
shell: bash
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue