Skip to content

Commit

Permalink
chore: wip
Browse files Browse the repository at this point in the history
  • Loading branch information
artursudnik committed Oct 9, 2023
1 parent 2ab0186 commit f32b10d
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions .github/workflows/deploy-vc-api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,21 +25,6 @@ jobs:
runs-on: ubuntu-latest
needs: [cancel-previous, unique_id]
steps:
- name: Get GHA environment name
id: env_vars
run: |
echo "Running on branch ${{ github.ref }}"
echo "aws_region=${{ secrets.AWS_REGION }} >> $GITHUB_OUTPUT"
echo "aws_access_key_id_ssi=${{ secrets.DEV_AWS_ACCESS_KEY_ID }} >> $GITHUB_OUTPUT"
echo "aws_secret_key_ssi=${{ secrets.DEV_AWS_SECRET_ACCESS_KEY }} >> $GITHUB_OUTPUT"
echo "aws_ecr_repository_ssi=${{ secrets.DEV_ECR_REPOSITORY }} >> $GITHUB_OUTPUT"
echo "aws_access_key_id_idc=${{ secrets.DEV_AWS_ACCESS_KEY_ID_IDC }} >> $GITHUB_OUTPUT"
echo "aws_secret_key_idc=${{ secrets.DEV_AWS_SECRET_ACCESS_KEY_IDC }} >> $GITHUB_OUTPUT"
echo "aws_ecr_repository_idc=${{ secrets.DEV_ECR_REPOSITORY_IDC }} >> $GITHUB_OUTPUT"
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
Expand Down

0 comments on commit f32b10d

Please sign in to comment.