We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d25ca7 commit 269e467Copy full SHA for 269e467
.github/workflows/deployment.yml
@@ -30,4 +30,22 @@ jobs:
30
- name: logout
31
run: |
32
az logout
33
- if: always()
+ if: always()
34
+ pledger-web:
35
+ needs: build
36
+ runs-on: ubuntu-latest
37
+ steps:
38
+ - name: Checkout
39
+ uses: actions/checkout@v4
40
+ - name: Download build artifact
41
+ uses: actions/download-artifact@v4
42
+ with:
43
+ name: pledger-web
44
+ - name: Build And Deploy
45
+ uses: Azure/static-web-apps-deploy@v1
46
47
+ azure_static_web_apps_api_token: ${{ secrets.PLEDGER_WEB_DEPLOY_TOKEN }}
48
+ repo_token: ${{ secrets.GITHUB_TOKEN }}
49
+ app_location: "/"
50
+ output_location: "public"
51
+ action: "upload"
0 commit comments