Skip to content

Commit

Permalink
ci: fix incorrect dfx identity use command
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanosdev committed Dec 23, 2023
1 parent daa893e commit 088a210
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
run: |
echo "${{ secrets.MAINNET_PEM }}" > ./mainnet.pem
dfx identity import --ic --storage-mode plaintext mainnet ./mainnet.pem
dfx use mainnet
dfx identity use mainnet
- name: Deploy docs to mainnet
run: dfx deploy --ic docs

0 comments on commit 088a210

Please sign in to comment.