Skip to content

Commit

Permalink
Add Polygon to deploy workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
in19farkt authored Nov 7, 2023
1 parent fb8a095 commit 161be84
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,13 @@ jobs:
touch .env
echo "JSON_RPC_URL_1=\"$JSON_RPC_URL_1\"
JSON_RPC_URL_56=\"$JSON_RPC_URL_56\"
JSON_RPC_URL_137=\"$JSON_RPC_URL_137\"
JSON_RPC_URL_42161=\"$JSON_RPC_URL_42161\"" >> .env
shell: bash
env:
JSON_RPC_URL_1: ${{ secrets.JSON_RPC_URL_1 }}
JSON_RPC_URL_56: ${{ secrets.JSON_RPC_URL_56 }}
JSON_RPC_URL_137: ${{ secrets.JSON_RPC_URL_137 }}
JSON_RPC_URL_42161: ${{ secrets.JSON_RPC_URL_42161 }}
- name: Deploy
run: pm2 deploy pm2.json production

0 comments on commit 161be84

Please sign in to comment.