Skip to content

Commit

Permalink
deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
snowinszu committed Nov 1, 2023
1 parent d9ce455 commit 02ae7f3
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 12 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,11 @@ jobs:
name: CDNBye Demo Deploy
steps:
- name: Checkout
uses: actions/checkout@v2
- name: remove .git
run: |
rm -rf .git
rm CNAME
uses: actions/checkout@v3
# 使用云开发 Github Action 部署
- name: Deploy static to Tencent CloudBase
id: deployStatic
uses: TencentCloudBase/cloudbase-action@v1
uses: TencentCloudBase/cloudbase-action@v1.1.1
with:
# 云开发的访问密钥 secretId 和 secretKey
secretId: ${{ secrets.SECRET_ID }}
Expand Down
1 change: 0 additions & 1 deletion app.39ba767d.css

This file was deleted.

1 change: 1 addition & 0 deletions app.d748b19e.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!DOCTYPE html><html lang=en><head><meta charset=utf-8><meta http-equiv=X-UA-Compatible content="IE=edge"><meta name=viewport content="width=device-width,initial-scale=1,maximum-scale=1,user-scalable=no"><link rel=icon href=cdnbye.png><link href=//netdna.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css rel=stylesheet><link href=//cdnjs.cloudflare.com/ajax/libs/video.js/7.8.2/video-js.min.css rel=stylesheet><script src=//cdnjs.cloudflare.com/ajax/libs/video.js/7.8.2/alt/video.core.min.js></script><script src=//cdn.jsdelivr.net/npm/swarmcloud-hls@latest/dist/p2p-engine.min.js></script><script src=https://cdn.jsdelivr.net/npm/hls.js@0.14.13></script><script src=//cdn.jsdelivr.net/npm/cdnbye@latest/dist/videojs-hlsjs-plugin.min.js></script><script src=//cdn.jsdelivr.net/npm/vconsole@latest></script><title>Online Demo</title><script>var _hmt = _hmt || [];
<!DOCTYPE html><html lang=en><head><meta charset=utf-8><meta http-equiv=X-UA-Compatible content="IE=edge"><meta name=viewport content="width=device-width,initial-scale=1,maximum-scale=1,user-scalable=no"><link rel=icon href=cdnbye.png><link href=//vjs.zencdn.net/8.3.0/video-js.min.css rel=stylesheet><script src=//vjs.zencdn.net/8.3.0/video.min.js></script><script src=//cdn.jsdelivr.net/npm/swarmcloud-hls@latest/dist/p2p-engine.min.js></script><script src=https://cdn.jsdelivr.net/npm/hls.js@1.4.6></script><script src=//cdn.jsdelivr.net/npm/cdnbye@latest/dist/videojs-hlsjs-plugin.min.js></script><script src=//cdn.jsdelivr.net/npm/vconsole@latest></script><title>Online Demo</title><script>var _hmt = _hmt || [];
(function() {
var hm = document.createElement("script");
hm.src = "https://hm.baidu.com/hm.js?5211399cbeec548503f8ea39c32c8e03";
var s = document.getElementsByTagName("script")[0];
s.parentNode.insertBefore(hm, s);
})();</script><link href=app.39ba767d.css rel=preload as=style><link href=js/app.a98ef333.js rel=preload as=script><link href=js/chunk-vendors.9ba4ac7d.js rel=preload as=script><link href=app.39ba767d.css rel=stylesheet></head><body><noscript><strong>We're sorry but vue3.0 doesn't work properly without JavaScript enabled. Please enable it to continue.</strong></noscript><div id=app></div><script src=js/chunk-vendors.9ba4ac7d.js></script><script src=js/app.a98ef333.js></script></body><script>var vConsole = new VConsole();</script></html>
})();</script><link href=app.d748b19e.css rel=preload as=style><link href=js/app.8ac71bec.js rel=preload as=script><link href=js/chunk-vendors.9ba4ac7d.js rel=preload as=script><link href=app.d748b19e.css rel=stylesheet></head><body><noscript><strong>We're sorry but vue3.0 doesn't work properly without JavaScript enabled. Please enable it to continue.</strong></noscript><div id=app></div><script src=js/chunk-vendors.9ba4ac7d.js></script><script src=js/app.8ac71bec.js></script></body><script>var vConsole = new VConsole();</script></html>
Loading

0 comments on commit 02ae7f3

Please sign in to comment.