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 b572192 commit 68533d1Copy full SHA for 68533d1
.github/workflows/deploy.yml
@@ -30,4 +30,4 @@ jobs:
30
steps:
31
- uses: actions/checkout@v3
32
- name: Deploy to ReflexCloud
33
- run: deploy.sh ${{ matrix.folder }}
+ run: ./deploy.sh ${{ matrix.folder }}
0 commit comments