File tree Expand file tree Collapse file tree 1 file changed +17
-1
lines changed Expand file tree Collapse file tree 1 file changed +17
-1
lines changed Original file line number Diff line number Diff line change @@ -2,6 +2,8 @@ name: deploy
2
2
3
3
on :
4
4
push :
5
+
6
+ concurrency :
5
7
group : ${{ github.workflow }}-${{ github.ref }}
6
8
cancel-in-progress : true
7
9
@@ -25,10 +27,24 @@ jobs:
25
27
- name : Build
26
28
run : yarn build:azure
27
29
30
+ - name : Deploy
31
+ if : 0
32
+ id : deploy
33
+ uses : Azure/static-web-apps-deploy@v1
34
+ with :
35
+ azure_static_web_apps_api_token : ${{ secrets.AZURE_STATIC_WEB_APPS_API_TOKEN_BLUE_DESERT_0E46AFE00 }}
36
+ repo_token : ${{ secrets.GITHUB_TOKEN }}
37
+ action : ' upload'
38
+ production_branch : ' main'
39
+ app_location : ' dist'
40
+ api_location : ' '
41
+ skip_app_build : true
42
+ skip_api_build : true
43
+
28
44
- name : Deploy to GitHub Pages
29
45
uses : peaceiris/actions-gh-pages@v3
30
46
with :
31
47
github_token : ${{ secrets.GITHUB_TOKEN }}
32
48
publish_dir : ./dist
33
49
keep_files : false
34
- cname : zoot.plus
50
+ cname : zoot.plus
You can’t perform that action at this time.
0 commit comments