Skip to content
This repository has been archived by the owner on May 30, 2024. It is now read-only.

Commit

Permalink
Fix the deploy message. (#152)
Browse files Browse the repository at this point in the history
  • Loading branch information
Noah Hanjun Lee authored Oct 7, 2021
1 parent b9dc1e9 commit 76ee167
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/src/redux/deployment.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ export const deployToSCM = createAsyncThunk<Deployment, void, { state: {deployme

try {
const deployment = await updateDeploymentStatusCreated(namespace, name, number)
message.info(`Deploy successfully.`, 3)
message.info("It starts to deploy.", 3)

return deployment
} catch(e) {
Expand Down

0 comments on commit 76ee167

Please sign in to comment.