Skip to content

Commit

Permalink
Merge branch 'temp-0xjba' of https://github.com/obscuronet/sample-app…
Browse files Browse the repository at this point in the history
…lications into temp-0xjba
  • Loading branch information
Jobin Ayathil authored and Jobin Ayathil committed Oct 25, 2023
2 parents f0e9a01 + 0e3de56 commit 55994e7
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion .github/workflows/deploy-guessing-game-temp.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Deploy Number Guessing Game-Temporary Fix
name: Deploy Number Guessing Game

on:
workflow_dispatch:
Expand All @@ -18,6 +18,17 @@ jobs:
run: npm i
working-directory: ./number-guessing-game

- name: Create dummy properties
run: |
echo "APP_DEV_PK=73315877021c8545736bc16beafd9b42307f2b7009a80cb0d1e412f1a46754d4" > .env
echo "END_USR_PK=6dd788b1f967133d89f5815e7aff70c97be3f13f6e6ae51fa12af7c5df0fe09e" >> .env
echo "ARB_API_KEY=djdjbfsdbksdjfksdbfksdbfsk" >> .env
working-directory: ./number-guessing-game

- name: Compile contract
run: npx hardhat clean & npx hardhat compile
working-directory: ./number-guessing-game

- name: Build application
run: npm run build --if-present
working-directory: ./number-guessing-game
Expand Down

0 comments on commit 55994e7

Please sign in to comment.