Skip to content

Commit dae68ce

Browse files
chore: Revert "ci: Automatically re-deploy the website (and update the download link) when a new Manager release is created -- For future reference"
This reverts commit 78e9215.
1 parent 78e9215 commit dae68ce

1 file changed

Lines changed: 0 additions & 17 deletions

File tree

.github/workflows/release.yml

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -80,20 +80,3 @@ jobs:
8080
with:
8181
subject-name: 'Morphe Manager ${{ steps.release.outputs.NEW_TAG }}'
8282
subject-path: app/build/outputs/apk/release/morphe-manager*.apk
83-
- name: Re-deploy morphe-website deploy
84-
if: success() && steps.release.outputs.NEW_TAG != ''
85-
# This will run on both dev and main releases, but that's ok because
86-
# the website deploy action picks main/dev based on what it wants.
87-
run: |
88-
curl -X POST \
89-
-H "Accept: application/vnd.github+json" \
90-
-H "Authorization: Bearer ${{ secrets.MORPHE_WEBSITE_DISPATCH_TOKEN }}" \
91-
https://api.github.com/repos/MorpheApps/morphe-website/dispatches \
92-
-d '{
93-
"event_type": "morphe-manager-release",
94-
"client_payload": {
95-
"tag": "${{ steps.release.outputs.NEW_TAG }}",
96-
"source_repo": "${{ github.repository }}",
97-
"run_id": "${{ github.run_id }}"
98-
}
99-
}'

0 commit comments

Comments
 (0)