Skip to content

Commit 9e43e26

Browse files
committed
change path
1 parent bc4ce11 commit 9e43e26

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/deployment.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,10 @@ jobs:
1212
with:
1313
apiKey: ${{ secrets.FLEEK_API_KEY }}
1414
- name: Get the output url
15-
run: echo "Deploy url is ${{ steps.deploy.outputs.deployUrl }}"
15+
run: echo "Deploy url is ${{ steps.deploy.outputs.deployUrl }}"
16+
- name: Deploy to Fleek
17+
env:
18+
FLEEK_API_KEY: ${{ secrets.FLEEK_API_KEY }}
19+
run: |
20+
# your deploy command here, e.g.:
21+
npx fleek-cli deploy

0 commit comments

Comments
 (0)