Skip to content

Commit 6b2e633

Browse files
committed
chore: Remove netlify related files/mentions
Reason: Moving deployments to coolify
1 parent cf8d876 commit 6b2e633

File tree

5 files changed

+5
-169
lines changed

5 files changed

+5
-169
lines changed

.github/workflows/netlify-deploy-pr.yml

Lines changed: 0 additions & 37 deletions
This file was deleted.

.github/workflows/netlify-deploy-release.yml renamed to .github/workflows/update-release-version.yml

Lines changed: 2 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ on:
33
# Only use the types keyword to narrow down the activity types that will trigger your workflow.
44
types: [published]
55

6-
name: Deploy release to netlify
6+
name: Update release version in package.json
77

88
jobs:
9-
publish:
9+
up_version:
1010
runs-on: ubuntu-latest
1111
environment: netlify
1212
strategy:
@@ -23,10 +23,6 @@ jobs:
2323
ref: 'refs/heads/main'
2424
token: ${{ secrets.ACTION_GITHUB_BOT }}
2525

26-
##################
27-
# Version upping #
28-
##################
29-
3026
# Note: it's important that this is being run before the version is upped
3127
# because a commit will be created during the process
3228
- name: Set git config
@@ -40,26 +36,3 @@ jobs:
4036

4137
- name: Push version commit
4238
run: git push origin main
43-
44-
##############
45-
# Publishing #
46-
##############
47-
48-
- name: Setup node
49-
uses: actions/setup-node@v2
50-
with:
51-
cache: 'yarn'
52-
53-
- name: Install dependencies
54-
run: yarn
55-
56-
- name: Build app
57-
run: yarn build
58-
59-
- name: Publish app
60-
uses: netlify/actions/cli@master
61-
with:
62-
args: deploy --dir=build --prod
63-
env:
64-
NETLIFY_SITE_ID: ${{ secrets.NETLIFY_SITE_ID }}
65-
NETLIFY_AUTH_TOKEN: ${{ secrets.NETLIFY_AUTH_TOKEN }}

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
[![CircleCI](https://circleci.com/gh/on3iro/aeons-end-randomizer/tree/dev.svg?style=svg)](https://circleci.com/gh/on3iro/aeons-end-randomizer/tree/dev)
2-
[![Netlify Status](https://api.netlify.com/api/v1/badges/210c9bd3-9f4d-4554-b9fc-0b319d89b81e/deploy-status)](https://app.netlify.com/sites/aer/deploys)
32
[![App](https://img.shields.io/badge/App-aeons--end--randomizer.de-%232196f3)](https://aeons-end-randomizer.de)
43
[![Docs](https://img.shields.io/badge/Docs-on3iro.github.io%2Faeons--end--randomizer-success)](https://on3iro.github.io/aeons-end-randomizer)
54
[![Official Aeons End Discord](https://img.shields.io/badge/AE%20Discord-https%3A%2F%2Fdiscord.gg%2FPvjcfPt-%237289DA.svg?style=flat-squar)](https://discord.gg/PvjcfPt)
@@ -129,7 +128,7 @@ See the section about [deployment](https://facebook.github.io/create-react-app/d
129128

130129
### `yarn run build:gh-pages`
131130

132-
This builds the app for github pages. _This should no longer be used, as production moved to netlify!_
131+
This builds the app for github pages.
133132

134133
### `yarn run deploy`
135134

@@ -160,8 +159,8 @@ The typings and all of our aeons end data are part of this mono-repository.
160159
However we publish both separately to npm, so they can be easily consumed by other
161160
applications and libraries.
162161

163-
* [Aeons End data](https://www.npmjs.com/package/aer-data)
164-
* [Aeons End typescript types](https://www.npmjs.com/package/aer-types)
162+
- [Aeons End data](https://www.npmjs.com/package/aer-data)
163+
- [Aeons End typescript types](https://www.npmjs.com/package/aer-types)
165164

166165
## TODO - writing client side migrations
167166

scripts/releaseAndPublish.sh

Lines changed: 0 additions & 44 deletions
This file was deleted.

scripts/upPackageVersions.sh

Lines changed: 0 additions & 55 deletions
This file was deleted.

0 commit comments

Comments
 (0)