Skip to content

Commit

Permalink
Update CI
Browse files Browse the repository at this point in the history
  • Loading branch information
lucemans committed May 7, 2024
1 parent 0b881cd commit e3fe2b3
Showing 1 changed file with 16 additions and 5 deletions.
21 changes: 16 additions & 5 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,24 @@ jobs:
echo "::set-output name=tag_name::${TAG_NAME}"
echo "::set-output name=deploy_tag_name::deploy-${TAG_NAME}"
- name: Edgeserver Upload
uses: lvkdotsh/edgeserver-action@v0.1.2-pre.4
- name: Cloudflare Pages Upload
uses: cloudflare/pages-action@v1
with:
app_id: "207907816382402560"
server: https://api.edgeserver.io
token: ${{ secrets.SIGNAL_TOKEN }} # ${{ secrets.EDGESERVER_TOKEN }}
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}
accountId: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
projectName: ens-docs
branch: master
directory: blog/out
# gitHubToken: ${{ secrets.GITHUB_TOKEN }}
wranglerVersion: '3'

# - name: Edgeserver Upload
# uses: lvkdotsh/[email protected]
# with:
# app_id: "207907816382402560"
# server: https://api.edgeserver.io
# token: ${{ secrets.SIGNAL_TOKEN }} # ${{ secrets.EDGESERVER_TOKEN }}
# directory: blog/out

- name: Read search.json
id: read_search_json
Expand Down

0 comments on commit e3fe2b3

Please sign in to comment.