Skip to content

Commit

Permalink
Update deploy.yml
Browse files Browse the repository at this point in the history
last try :(
  • Loading branch information
alitpc25 authored Nov 26, 2023
1 parent 5e36aa6 commit 4fdd385
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

- name: Clone Private Repo
run: |
git clone https://bounswe:${{ secrets.PRIVATE_CONFIG_REPO_TOKEN }}@github.com/alitpc25/cmpe451group1configrepo.git private-repo
with:
repository: alitpc25/cmpe451group1configrepo
path: './config'
token: '${{ secrets.PRIVATE_CONFIG_REPO_TOKEN }}'

- name: Copy Config
run: |
cp private-repo/project_env_prod/* ./project_env_prod/
cp config/project_env_prod/* ./project_env_prod/
# - name: Decrypt and Extract project_env_prod
# env:
Expand Down

0 comments on commit 4fdd385

Please sign in to comment.