Skip to content

Commit dc920a8

Browse files
author
Sean Thomas
committed
Update CD workflow to push to platform-test repo
Change deployment target from platform-test-nextjs to platform-test repository and update app path to app-nextjs.
1 parent b19cefa commit dc920a8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/template-only-cd.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
uses: actions/checkout@v4
2424
with:
2525
path: project-repo
26-
repository: navapbc/platform-test-nextjs
26+
repository: navapbc/platform-test
2727
token: ${{ secrets.PLATFORM_BOT_GITHUB_TOKEN }}
2828

2929
- name: Set up Python
@@ -42,7 +42,7 @@ jobs:
4242
4343
- name: Update application template
4444
working-directory: project-repo
45-
run: nava-platform app update --template-uri ${{ github.server_url }}/${{ github.repository }} --version HEAD . app
45+
run: nava-platform app update --template-uri ${{ github.server_url }}/${{ github.repository }} --version HEAD . app-nextjs
4646

4747
- name: Push changes to project repo
4848
working-directory: project-repo

0 commit comments

Comments
 (0)