Skip to content

change path

change path #2

Workflow file for this run

on: [push]
jobs:
test-deploy:
runs-on: ubuntu-latest
name: A job to test the action-deploy action by deploying a test site
steps:
- uses: actions/checkout@v2
- name: Deploy test site
id: deploy
uses: fleekhq/action-deploy@v1
with:
apiKey: ${{ secrets.FLEEK_API_KEY }}
- name: Get the output url
run: echo "Deploy url is ${{ steps.deploy.outputs.deployUrl }}"
- name: Deploy to Fleek
env:
FLEEK_API_KEY: ${{ secrets.FLEEK_API_KEY }}
run: |
# your deploy command here, e.g.:
npx fleek-cli deploy