We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02b2af2 commit 0e7dec7Copy full SHA for 0e7dec7
.github/workflows/deploy.yaml
@@ -1,8 +1,8 @@
1
# Run locally with act:
2
#
3
# act pull_request [--input command=[command]] \
4
-# --platform fusionauth-builder=[ecr-repo-name]/fusionauth-builder:latest] \
5
-# --workflows ./.github/workflows/release.yaml \
+# --platform fusionauth-standard=[ecr-repo-name]/fusionauth-standard:latest] \
+# --workflows ./.github/workflows/deploy.yaml \
6
# --env-file <(aws configure export-credentials --profile [aws-profile] --format env)
7
8
name: Deploy
@@ -46,7 +46,7 @@ jobs:
46
if: |
47
github.event_name == 'workflow_dispatch' &&
48
(inputs.command == 'release' || inputs.command == 'publish')
49
- runs-on: fusionauth-builder
+ runs-on: fusionauth-standard
50
steps:
51
- name: checkout
52
uses: actions/checkout@v4
0 commit comments