Skip to content

Commit

Permalink
Update profile_tag_trigger_publication.yml
Browse files Browse the repository at this point in the history
for now - outputs also to github until hosted on AWS
  • Loading branch information
brettesler-ext authored Aug 2, 2024
1 parent 7256d2a commit 127e4bb
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/profile_tag_trigger_publication.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,8 +96,14 @@ jobs:
- name: Run Aubase Go Publisher build
run: java -jar ./input-cache/publisher.jar -go-publish -source ./hl7au/au-fhir-base -web ./webroot -history ./fhir-history -registry ./ig-registry/fhir-ig-list.json -templates ./templates -tx https://txreg.azurewebsites.net/txdev

- name: Upload Artifact
uses: actions/upload-artifact@v3
with:
name: ig-output
path: output/full-ig.zip

- name: Upload Base webroot to S3
run: aws s3 cp ./webroot/fhir/base s3://hl7au-fhir-ig/fhir/ --recursive --only-show-errors #/${{ steps.get_tag.outputs.tag }}

- name: Upload Base output to S3
run: aws s3 cp ./hl7au/au-fhir-base/output s3://hl7au-fhir-ig/fhir/output --recursive --only-show-errors #/${{ steps.get_tag.outputs.tag }}
# - name: Upload Base output to S3
# run: aws s3 cp ./hl7au/au-fhir-base/output s3://hl7au-fhir-ig/fhir/output --recursive --only-show-errors #/${{ steps.get_tag.outputs.tag }}

0 comments on commit 127e4bb

Please sign in to comment.