Skip to content

Commit

Permalink
🏈 hail mary
Browse files Browse the repository at this point in the history
  • Loading branch information
haileyok committed Mar 13, 2024
1 parent 9f82b1f commit 188c58d
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/bundle-deploy-eas-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,3 +46,5 @@ jobs:

- name: 📦 Package Bundle and 🚀 Deploy
run: yarn make-deploy-bundle
env:
DENNIS_API_KEY: ${{ secrets.DENNIS_API_KEY }}
2 changes: 1 addition & 1 deletion app.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ module.exports = function (config) {
favicon: './assets/favicon.png',
},
updates: {
url: 'http://localhost:3000/api/manifest',
url: 'https://updates.bsky.app/manifest',
enabled: true,
fallbackToCacheTimeout: 30000,
codeSigningCertificate: './code-signing/certificate.pem',
Expand Down
8 changes: 4 additions & 4 deletions scripts/bundleUpdate.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ tar czvf bundle.tar.gz ./*

echo "Deploying to $DEPLOYMENT_URL..."

#curl --form 'bundle=@./bundle.tar.gz' \
#--user bsky:abc \
#--basic "$DEPLOYMENT_URL" \
#/
curl --form 'bundle=@./bundle.tar.gz' \
--user "bsky:$DENNIS_API_KEY" \
--basic "$DEPLOYMENT_URL" \
/

cd ..

Expand Down

0 comments on commit 188c58d

Please sign in to comment.