Skip to content

Commit

Permalink
chore: adding Build and deploy VC-API prototype
Browse files Browse the repository at this point in the history
  • Loading branch information
artursudnik committed Oct 9, 2023
1 parent 75a29de commit 6dc2a92
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/deploy-vc-api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,3 +39,7 @@ jobs:
echo "argocd_url=${{ secrets.DEV_ARGOCD_URL }} >> $GITHUB_OUTPUT"
echo "argocd_username=${{ secrets.DEV_ARGOCD_USERNAME }} >> $GITHUB_OUTPUT"
echo "argocd_password=${{ secrets.DEV_ARGOCD_PASS }} >> $GITHUB_OUTPUT"
- name: Check out vc-api-owf
run: |
git clone https://github.com/energywebfoundation/vc-api-owf

0 comments on commit 6dc2a92

Please sign in to comment.