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 e13bd00 commit ae8c9adCopy full SHA for ae8c9ad
1 file changed
.github/workflows/test-deploy.yml
@@ -22,6 +22,9 @@ jobs:
22
- name: Install Dependencies
23
run: deno install
24
25
+ - name: test
26
+ run: echo "${{ env.DENO_DEPLOY_ORG }}"
27
+
28
- name: Test deno deploy command in astro-demo
29
working-directory: ./astro-demo
30
run: deno deploy --token=${{ secrets.DENO_DEPLOY_TOKEN }} --org=${{ env.DENO_DEPLOY_ORG }} --app=${{ env.DENO_DEPLOY_APP }}
0 commit comments