Skip to content

Commit

Permalink
fix: try to deploy api staging
Browse files Browse the repository at this point in the history
  • Loading branch information
hugomrdias committed Nov 22, 2022
1 parent 4e56657 commit 5130464
Show file tree
Hide file tree
Showing 4 changed files with 59 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/reusable-deploy-api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
# Publish worker to cloudflare
- uses: cloudflare/wrangler-action@2.0.0
with:
preCommands: git config --global --add safe.directory "*"
# preCommands: git config --global --add safe.directory "*"
apiToken: ${{ secrets.CF_TOKEN }}
workingDirectory: 'packages/access-api'
environment: ${{ inputs.environment }}
Expand Down
2 changes: 1 addition & 1 deletion packages/access-api/readme.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<h1 align="center">⁂<br/>web3.storage</h1>
<p align="center">The Access API for <a href="https://web3.storage">https://web3.storage</a></p>
<p align="center">The access api for <a href="https://web3.storage">https://web3.storage</a></p>

## Development

Expand Down
2 changes: 1 addition & 1 deletion packages/access-ws/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
},
"devDependencies": {
"@cloudflare/workers-types": "^3.18.0",
"@sentry/cli": "^2.9.0",
"@sentry/cli": "2.7.0",
"@sentry/webpack-plugin": "^1.20.0",
"@types/assert": "^1.5.6",
"@types/git-rev-sync": "^2.0.0",
Expand Down
58 changes: 56 additions & 2 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 5130464

Please sign in to comment.