Skip to content

Commit c68b018

Browse files
committed
create pulumi stack in reconcile workflow if missing
1 parent 319f3fc commit c68b018

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/train-runpod-reconcile.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555

5656
- name: Select stack
5757
working-directory: infra/runpod-train
58-
run: pulumi stack select "${STACK_NAME}"
58+
run: pulumi stack select "${STACK_NAME}" --create
5959

6060
- name: Ensure provider token exists
6161
working-directory: infra/runpod-train

0 commit comments

Comments
 (0)