Skip to content

Commit

Permalink
test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
rohanharikr committed Dec 31, 2024
1 parent d197145 commit e45273a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/stage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ on:
jobs:
sync:
if: github.event.pull_request.merged == true || github.event_name == 'workflow_dispatch'
uses: hellocoop/tools/.github/workflows/code-deploy-client.yml@main
uses: hellocoop/tools/.github/workflows/code-deploy-client-test.yml@main
with:
AWS_ACCOUNT: ${{ vars.HELLO_STAGING_AWS }} # set at org level
STACK: QuickstartStack
BUILD_CMD: npm run build
WORKING_DIR: .
TARGET: main
DOMAIN: quickstart.hello-staging.net # for version comparison
BUILD_DIR: ./S3

0 comments on commit e45273a

Please sign in to comment.