Skip to content

Commit

Permalink
Merge pull request #4 from animo/update-workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
TimoGlastra authored Jul 23, 2024
2 parents 705232b + 7ea1e75 commit 8bcc0d8
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
- name: Install dependencies
run: pnpm install --no-frozen-lockfile

- run: NEXT_PUBLIC_API_URL=https://openid4vc.animo.id pnpm build
- run: NEXT_PUBLIC_API_URL=https://funke.animo.id pnpm build

- name: Log in to the Container registry
uses: docker/login-action@f054a8b539a109f9f41c372932f1ae047eff08c9
Expand Down Expand Up @@ -113,7 +113,7 @@ jobs:
uses: garygrossgarten/[email protected]
with:
local: docker-compose.yml
remote: openid4vc-playground/docker-compose.yml
remote: openid4vc-playground-funke/docker-compose.yml
host: dashboard.dev.animo.id
username: root
privateKey: ${{ secrets.DOCKER_SSH_PRIVATE_KEY }}
Expand All @@ -130,6 +130,6 @@ jobs:
host: dashboard.dev.animo.id
username: root
key: ${{ secrets.DOCKER_SSH_PRIVATE_KEY }}
envs: P256_SEED,ED25519_SEED,AGENT_WALLET_KEY,DID_INDY_INDICIO_TESTNET_PUBLIC_DID_SEED,CHEQD_TESTNET_COSMOS_PAYER_SEED
envs: P256_SEED,AGENT_WALLET_KEY
script: |
ED25519_SEED=${ED25519_SEED} P256_SEED=${P256_SEED} AGENT_WALLET_KEY=${AGENT_WALLET_KEY} CHEQD_TESTNET_COSMOS_PAYER_SEED=${CHEQD_TESTNET_COSMOS_PAYER_SEED} DID_INDY_INDICIO_TESTNET_PUBLIC_DID_SEED=${DID_INDY_INDICIO_TESTNET_PUBLIC_DID_SEED} docker stack deploy --compose-file openid4vc-playground/docker-compose.yml openid4vc-playground --with-registry-auth
P256_SEED=${P256_SEED} AGENT_WALLET_KEY=${AGENT_WALLET_KEY} docker stack deploy --compose-file openid4vc-playground-funke/docker-compose.yml openid4vc-playground-funke --with-registry-auth

0 comments on commit 8bcc0d8

Please sign in to comment.