Compare commits
No commits in common. "799ee51c46dd437921039fee683bbfa06aaf2372" and "57f1f5dbe400cd3d7f82870a07e9071f0fe6009f" have entirely different histories.
799ee51c46
...
57f1f5dbe4
@ -64,6 +64,6 @@ jobs:
|
|||||||
token: ${{ secrets.TELEGRAM_TOKEN }}
|
token: ${{ secrets.TELEGRAM_TOKEN }}
|
||||||
message: |
|
message: |
|
||||||
🚀ОБНОВА УЖЕ НА СЕРВЕРЕ🚀
|
🚀ОБНОВА УЖЕ НА СЕРВЕРЕ🚀
|
||||||
${{ gitea.actor }} залил коммит: ${{ gitea.event.commits[0].message }}
|
${{ gitea.actor }} залил коммит:
|
||||||
Который успешно задеплоился на сервере!
|
Сообщение коммита: ${{ gitea.event.commits[0].message }}
|
||||||
[Открыть](${{ secrets.DEPLOYED_URL }})
|
Который успешно задеплоился на сервере!
|
||||||
|
Binary file not shown.
Before Width: | Height: | Size: 58 KiB After Width: | Height: | Size: 3.8 KiB |
@ -5,7 +5,7 @@
|
|||||||
<link rel="icon" href="%PUBLIC_URL%/favicon.ico" />
|
<link rel="icon" href="%PUBLIC_URL%/favicon.ico" />
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||||
<meta name="theme-color" content="#000000" />
|
<meta name="theme-color" content="#000000" />
|
||||||
<meta name="description" content="EasyTravelApp" />
|
<meta name="description" content="Web site created using create-react-app" />
|
||||||
<link rel="apple-touch-icon" href="%PUBLIC_URL%/logo192.png" />
|
<link rel="apple-touch-icon" href="%PUBLIC_URL%/logo192.png" />
|
||||||
<!--
|
<!--
|
||||||
manifest.json provides metadata used when your web app is installed on a
|
manifest.json provides metadata used when your web app is installed on a
|
||||||
@ -21,7 +21,7 @@
|
|||||||
work correctly both with client-side routing and a non-root public URL.
|
work correctly both with client-side routing and a non-root public URL.
|
||||||
Learn how to configure a non-root public URL by running `npm run build`.
|
Learn how to configure a non-root public URL by running `npm run build`.
|
||||||
-->
|
-->
|
||||||
<title>EasyTravel</title>
|
<title>React App</title>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<noscript>You need to enable JavaScript to run this app.</noscript>
|
<noscript>You need to enable JavaScript to run this app.</noscript>
|
||||||
|
Binary file not shown.
Before Width: | Height: | Size: 14 KiB After Width: | Height: | Size: 5.2 KiB |
Binary file not shown.
Before Width: | Height: | Size: 32 KiB After Width: | Height: | Size: 9.4 KiB |
Loading…
x
Reference in New Issue
Block a user