-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
1 addition
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -43,6 +43,7 @@ jobs: | |
with: | ||
repository: hl7au/au-fhir-base | ||
path: hl7au/au-fhir-base | ||
ref: ${{ steps.get_tag.outputs.tag }} | ||
|
||
- name: Checkout IG History Template Repository | ||
uses: actions/checkout@v4 | ||
|
@@ -95,25 +96,5 @@ 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: List directories | ||
run: | | ||
find . -type d | ||
# - name: Upload Artifact | ||
# uses: actions/upload-artifact@v3 | ||
# with: | ||
# name: publish-output | ||
# path: webroot/fhir/base | ||
|
||
# - name: 📂 Sync files # ftp is incredibly slow > 30 min sometimes, costing compute and efficency | ||
# uses: SamKirkland/[email protected] | ||
# with: | ||
# server: ${{secrets.BUILD_SERVER}} # change to be env variable to support multiple environments later on | ||
# username: ${{ secrets.FTP_USER }} | ||
# password: ${{ secrets.FTP_PASSWORD }} | ||
# local-dir: aubase/output/ | ||
# server-dir: /ig/hl7au/au-fhir-base/branches/${{ github.ref }}/gopublish/ | ||
# dry-run: true | ||
|
||
- name: Upload artifacts to S3 | ||
run: aws s3 cp ./webroot/fhir/base s3://hl7au-fhir-ig/fhir/ --recursive --only-show-errors #/${{ steps.get_tag.outputs.tag }} |