From 55da74af10db465106f019cb791d4217b8029fb2 Mon Sep 17 00:00:00 2001 From: John Jeffers Date: Mon, 29 Jul 2024 13:21:16 -0600 Subject: [PATCH] [skip ci] fix comments --- .github/workflows/deploy.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index 2796f91b..6e18984d 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -1,8 +1,8 @@ # Run locally with act: # # act pull_request [--input command=[command]] \ -# --platform fusionauth-builder=[ecr-repo-name]/fusionauth-builder:latest] \ -# --workflows ./.github/workflows/release.yaml \ +# --platform fusionauth-standard=[ecr-repo-name]/fusionauth-standard:latest] \ +# --workflows ./.github/workflows/deploy.yaml \ # --env-file <(aws configure export-credentials --profile [aws-profile] --format env) name: Deploy