Skip to content

Commit 0e7dec7

Browse files
committed
[skip ci] fix runner
1 parent 02b2af2 commit 0e7dec7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/deploy.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# Run locally with act:
22
#
33
# act pull_request [--input command=[command]] \
4-
# --platform fusionauth-builder=[ecr-repo-name]/fusionauth-builder:latest] \
5-
# --workflows ./.github/workflows/release.yaml \
4+
# --platform fusionauth-standard=[ecr-repo-name]/fusionauth-standard:latest] \
5+
# --workflows ./.github/workflows/deploy.yaml \
66
# --env-file <(aws configure export-credentials --profile [aws-profile] --format env)
77

88
name: Deploy
@@ -46,7 +46,7 @@ jobs:
4646
if: |
4747
github.event_name == 'workflow_dispatch' &&
4848
(inputs.command == 'release' || inputs.command == 'publish')
49-
runs-on: fusionauth-builder
49+
runs-on: fusionauth-standard
5050
steps:
5151
- name: checkout
5252
uses: actions/checkout@v4

0 commit comments

Comments
 (0)