Skip to content

Commit

Permalink
Add pulumi refresh to deployment pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
leothomas committed Oct 25, 2023
1 parent b604432 commit 97663f1
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .github/workflows/test_and_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,16 @@ jobs:
cp cerulean_cloud/database_client.py cerulean_cloud/cloud_function_ais_analysis/cerulean_cloud/database_client.py
cp cerulean_cloud/database_schema.py cerulean_cloud/cloud_function_ais_analysis/cerulean_cloud/database_schema.py
cp cerulean_cloud/__init__.py cerulean_cloud/cloud_function_ais_analysis/cerulean_cloud/__init__.py
- uses: pulumi/actions@v3
id: pulumi
env:
PULUMI_CONFIG_PASSPHRASE: "test"
MODEL: ${{ steps.pulumi-images.outputs.model }}
with:
command: refresh
stack-name: test

- uses: pulumi/actions@v3
id: pulumi
env:
Expand Down

0 comments on commit 97663f1

Please sign in to comment.