Skip to content

Commit 2548f29

Browse files
authored
replace amplify to ampx (#7804)
1 parent 1fba05c commit 2548f29

File tree

1 file changed

+3
-3
lines changed
  • src/pages/[platform]/deploy-and-host/fullstack-branching/share-resources

1 file changed

+3
-3
lines changed

src/pages/[platform]/deploy-and-host/fullstack-branching/share-resources/index.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,15 +56,15 @@ backend:
5656
;;
5757
dev)
5858
echo "Deploying dev branch..."
59-
npx amplify pipeline-deploy --branch $AWS_BRANCH --app-id $AWS_APP_ID
59+
npx ampx pipeline-deploy --branch $AWS_BRANCH --app-id $AWS_APP_ID
6060
;;
6161
pr-*)
6262
echo "Deploying pull request branch..."
63-
npx ampx generate outputs --branch previews --app-id $AWS_APP_ID
63+
npx ampx generate outputs --branch previews --app-id $AWS_APP_ID
6464
;;
6565
*)
6666
echo "Deploying to staging branch..."
67-
npx ampx generate outputs --branch dev --app-id $AWS_APP_ID
67+
npx ampx generate outputs --branch dev --app-id $AWS_APP_ID
6868
;;
6969
esac
7070
frontend:

0 commit comments

Comments
 (0)