diff --git a/.github/workflows/master_ci_build.yml b/.github/workflows/master_ci_build.yml index 5eecd026..88d56f1e 100644 --- a/.github/workflows/master_ci_build.yml +++ b/.github/workflows/master_ci_build.yml @@ -74,4 +74,4 @@ jobs: # dry-run: true - name: Upload artifacts to S3 - run: aws s3 cp output/ s3://hl7au-fhir-ig/ci/${{ steps.extract_branch.outputs.branch }}/ --recursive --only-show-errors \ No newline at end of file + run: aws s3 cp output/ s3://hl7au-fhir-ig/ci/core/${{ steps.extract_branch.outputs.branch }}/ --recursive --only-show-errors \ No newline at end of file diff --git a/.github/workflows/profile_tag_trigger_publication.yml b/.github/workflows/profile_tag_trigger_publication.yml index 6f415a64..8c136efb 100644 --- a/.github/workflows/profile_tag_trigger_publication.yml +++ b/.github/workflows/profile_tag_trigger_publication.yml @@ -97,21 +97,6 @@ jobs: run: | find . -type d - # - name: Upload Artifact - # uses: actions/upload-artifact@v3 - # with: - # name: publish-output - # path: webroot/fhir/core - - # - name: 📂 Sync files # ftp is incredibly slow > 30 min sometimes, costing compute and efficency - # uses: SamKirkland/FTP-Deploy-Action@v4.3.4 - # 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: aucore/output/ - # server-dir: /ig/hl7au/au-fhir-core/branches/${{ github.ref }}/gopublish/ - # dry-run: true - name: Upload artifacts to S3 run: aws s3 cp ./webroot/fhir/core s3://hl7au-fhir-ig/fhir/core --recursive --only-show-errors #core/${{ steps.get_tag.outputs.tag }} \ No newline at end of file