Skip to content

Commit

Permalink
Update deploy.yml
Browse files Browse the repository at this point in the history
may work
  • Loading branch information
alitpc25 authored Nov 26, 2023
1 parent e44a6c8 commit a9f1d2f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@ jobs:
steps:
- name: Checkout Repository
uses: actions/checkout@v4
with:
repository: alitpc25/cmpe451group1configrepo
token: ${{ secrets.PRIVATE_CONFIG_REPO_TOKEN }}
path: ./config

- name: Clone Private Repo
run: |
git clone https://${{ secrets.PRIVATE_CONFIG_REPO_TOKEN }}@github.com/alitpc25/cmpe451group1configrepo.git private-repo
- name: Copy Config
run: |
cp config/project_env_prod/* ./project_env_prod/
cp private-repo/project_env_prod/* ./project_env_prod/
# - name: Decrypt and Extract project_env_prod
# env:
Expand Down

0 comments on commit a9f1d2f

Please sign in to comment.