Skip to content

Commit

Permalink
feat: commit or pr
Browse files Browse the repository at this point in the history
  • Loading branch information
0x4007 committed Feb 19, 2024
1 parent d61f01e commit dbec9e3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,14 +37,12 @@ jobs:
# run: |
# mkdir preserved
# rsync -av --progress . preserved --exclude-from='.gitignore'

# - name: Upload preserved directory
# if: steps.check_token.outputs.skip != 'true'
# uses: actions/upload-artifact@v4
# with:
# name: build-artifacts
# path: preserved

- name: Deploy to Cloudflare
if: steps.check_token.outputs.skip != 'true'
uses: ubiquity/cloudflare-deploy-action@main
Expand All @@ -54,6 +52,8 @@ jobs:
production_branch: ${{ github.event.repository.default_branch }}
output_directory: "dist"
current_branch: ${{ github.ref_name }}
pull_request_number: ${{ github.event.pull_request.number }}
commit_sha: ${{ github.sha }}
# env:
# Add any environment variables you need to pass along here
# SUPABASE_URL: ${{ secrets.SUPABASE_URL }}
Expand Down

0 comments on commit dbec9e3

Please sign in to comment.