From d865ffa1afd2c54180285f2ea3e0c1b8216bc2e4 Mon Sep 17 00:00:00 2001 From: Raphael Titsworth-Morin Date: Thu, 3 Oct 2024 10:19:08 -0700 Subject: [PATCH] add html css js --- samples/html-css-js/.github/workflows/deploy.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/samples/html-css-js/.github/workflows/deploy.yaml b/samples/html-css-js/.github/workflows/deploy.yaml index 84d3dcf4..6bf7b1f5 100644 --- a/samples/html-css-js/.github/workflows/deploy.yaml +++ b/samples/html-css-js/.github/workflows/deploy.yaml @@ -17,4 +17,6 @@ jobs: uses: actions/checkout@v4 - name: Deploy - uses: DefangLabs/defang-github-action@v1.0.4 \ No newline at end of file + uses: DefangLabs/defang-github-action@v1.0.4 + env: + DEFANG_PROVIDER: ${{ secrets.DEFANG_PROVIDER || 'auto' }} \ No newline at end of file