Skip to content

Commit 5d4d40a

Browse files
sean-navapbcSean Thomas
andauthored
Point template CD to platform-test (#251)
## Ticket [Resolves Issue 8](navapbc/platform-cli#8) ## Changes - Updated CD workflows in template-application-flask to deploy to the consolidated platform-test repository ## Context for reviewers <img width="1466" height="515" alt="image" src="https://github.com/user-attachments/assets/c5592955-8243-432d-a9e2-4bcf11bbdd7c" /> ## Testing > Provide evidence that the code works as expected. Explain what was done for testing and the results of the test plan. Include screenshots, [GIF demos](https://www.cockos.com/licecap/), shell commands or output to help show the changes working as expected. ProTip: you can drag and drop or paste images into this textbox. Co-authored-by: Sean Thomas <[email protected]>
1 parent f02ce6a commit 5d4d40a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/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-flask
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-flask
4646

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

0 commit comments

Comments
 (0)