main #3
@@ -32,7 +32,7 @@ jobs:
|
||||
run: |
|
||||
yarn
|
||||
yarn build
|
||||
- name: 📂 Deploy
|
||||
- name: Deploy
|
||||
uses: SamKirkland/FTP-Deploy-Action@v4.3.5
|
||||
with:
|
||||
server: mycloud.dp.ua
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
import * as React from 'react';
|
||||
|
||||
function Profile() {
|
||||
return <div className="profile">Profile</div>
|
||||
return <div className="profile">My Profile</div>
|
||||
}
|
||||
|
||||
export default Profile;
|
||||
|
||||
Reference in New Issue
Block a user