Skip to content

Commit

Permalink
Update deploy.yml
Browse files Browse the repository at this point in the history
not correct repo name, fixed
  • Loading branch information
alitpc25 authored Nov 26, 2023
1 parent fcee6cd commit 9cf5443
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Clone Private Repository
run: |
git clone git@github.com:alitpc25/cmpe451group1configrepo.git
cp -r private-repo/project_env_prod ./resq/backend/resq/project_env_prod
cp -r cmpe451group1configrepo/project_env_prod ./resq/backend/resq/project_env_prod
# - name: Decrypt and Extract project_env_prod
# env:
Expand Down

0 comments on commit 9cf5443

Please sign in to comment.