@openmrs/esm-fast-data-entry-app 1.0.0-pre.31 → 1.0.0-pre.34
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -98,8 +98,8 @@ jobs:
|
|
|
98
98
|
- name: Prepare Directory
|
|
99
99
|
shell: bash
|
|
100
100
|
run: |
|
|
101
|
-
mkdir -p
|
|
102
|
-
mv
|
|
101
|
+
mkdir -p publish/${{ env.ESM_NAME }}/${{ env.TIMESTAMP }}_${{ github.sha }}
|
|
102
|
+
mv dist/*.* publish/${{ env.ESM_NAME }}/${{ env.TIMESTAMP }}_${{ github.sha }}/
|
|
103
103
|
- name: Publish to Digital Ocean
|
|
104
104
|
uses: jakejarvis/s3-sync-action@master
|
|
105
105
|
with:
|
|
@@ -109,7 +109,7 @@ jobs:
|
|
|
109
109
|
AWS_ACCESS_KEY_ID: ${{ secrets.DIGITAL_OCEAN_SPACES_KEY_ID }}
|
|
110
110
|
AWS_SECRET_ACCESS_KEY: ${{ secrets.DIGITAL_OCEAN_SPACES_ACCESS_KEY }}
|
|
111
111
|
AWS_S3_ENDPOINT: ${{ secrets.DIGITAL_OCEAN_SPACES_ENDPOINT }}
|
|
112
|
-
SOURCE_DIR: "
|
|
112
|
+
SOURCE_DIR: "publish"
|
|
113
113
|
- name: Update Importmap
|
|
114
114
|
uses: fjogeleit/http-request-action@master
|
|
115
115
|
with:
|