Skip to content

Commit 985d3e3

Browse files
committed
build: Deploy to new server
1 parent 7c4aa0e commit 985d3e3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/deploy-develop.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- name: Push Zip To Server
2828
run: |
2929
curl --request POST \
30-
--url https://docs.alphaTab.net/deploy-zip.php \
30+
--url https://docs-deploy.alphaTab.net/ \
3131
--header 'authorization: Bearer ${{ secrets.DEPLOY_TOKEN }}' \
3232
--header 'branch: next' \
3333
-F 'website=@./website.zip' \

.github/workflows/deploy-main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- name: Push Zip To Server
2929
run: |
3030
curl --request POST \
31-
--url https://docs.alphaTab.net/deploy-zip.php \
31+
--url https://docs-deploy.alphaTab.net/ \
3232
--header 'authorization: Bearer ${{ secrets.DEPLOY_TOKEN }}' \
3333
--header 'branch: website' \
3434
-F 'website=@./website.zip' \

0 commit comments

Comments
 (0)