Compare commits
No commits in common. 'master' and 'dev' have entirely different histories.
436 changed files with 16968 additions and 46893 deletions
@ -1,34 +0,0 @@
|
||||
name: Auto Deploy |
||||
|
||||
on: |
||||
push: |
||||
branches: |
||||
- 'master' |
||||
|
||||
jobs: |
||||
gh_pages: |
||||
runs-on: ubuntu-latest |
||||
permissions: write-all |
||||
steps: |
||||
- uses: actions/checkout@v3 |
||||
- uses: actions/setup-node@v3 |
||||
with: |
||||
cache: 'yarn' |
||||
- name: "Install Dependencies" |
||||
run: yarn |
||||
- name: "Get current date" |
||||
run: echo "date=$(date --rfc-3339=date)" >> "$GITHUB_ENV" |
||||
- name: "Build" |
||||
run: yarn build |
||||
env: |
||||
REACT_APP_ROOM_ID: 1 |
||||
REACT_APP_BACKEND: "https://api.tholeapis.top/" |
||||
REACT_APP_BUILD_INFO: "v-${{ env.date }}" |
||||
- name: "Deploy with gh-pages" |
||||
run: | |
||||
git remote set-url origin https://git:${GITHUB_TOKEN}@github.com/${GITHUB_REPOSITORY}.git |
||||
yarn deploy -u "github-actions-bot <[email protected]>" -m "$COMMIT_MESSAGE" |
||||
env: |
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} |
||||
GITHUB_REPOSITORY: ${{ github.repository }} |
||||
COMMIT_MESSAGE: "Build for [${{ github.event.head_commit.message }}]" |
@ -0,0 +1,7 @@
|
||||
[submodule "src/react-lazyload"] |
||||
path = src/react-lazyload |
||||
url = https://github.com/xmcp/react-lazyload |
||||
|
||||
[submodule "src/infrastructure"] |
||||
path = src/infrastructure |
||||
url = https://github.com/thuhole/infrastructure |
File diff suppressed because one or more lines are too long
@ -0,0 +1,10 @@
|
||||
language: node_js |
||||
node_js: |
||||
- 12 |
||||
cache: |
||||
directories: |
||||
- node_modules |
||||
|
||||
after_success: |
||||
- chmod +x ./travis_deploy.sh |
||||
- ./travis_deploy.sh |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in new issue