Skip to content

Commit

Permalink
Workflow: path fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
bpierre committed Apr 10, 2024
1 parent 2bcee9f commit 3c5b14d
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/deploy-testnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,10 +52,9 @@ jobs:

- name: Upload deployment context
uses: actions/upload-artifact@v4
working-directory: ./contracts
with:
name: deployment-context
path: deployment-context-latest.json
path: ./contracts/deployment-context-latest.json

deploy-app:
name: Deploy the Liquity v2 app to Vercel
Expand All @@ -74,7 +73,6 @@ jobs:

- name: Download deployment context
uses: actions/download-artifact@v4
working-directory: ./frontend
with:
name: deployment-context

Expand All @@ -83,7 +81,7 @@ jobs:

- name: Build Project Artifacts
run: |
cat ./contracts/deployment-latest.json | pn tsx contracts/utils/deployment-artifacts-to-next-env.ts > ./frontend/.env.local
cat ./deployment-context-latest.json | pn tsx contracts/utils/deployment-artifacts-to-next-env.ts > ./frontend/.env.local
vercel build --prod --token=${{ secrets.VERCEL_TOKEN }}
- name: Deploy Project Artifacts to Vercel
Expand Down

0 comments on commit 3c5b14d

Please sign in to comment.