Skip to content

Commit

Permalink
chore: Remove netlify related files/mentions
Browse files Browse the repository at this point in the history
Reason: Moving deployments to coolify
  • Loading branch information
on3iro committed Nov 1, 2024
1 parent cf8d876 commit 6b2e633
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 169 deletions.
37 changes: 0 additions & 37 deletions .github/workflows/netlify-deploy-pr.yml

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ on:
# Only use the types keyword to narrow down the activity types that will trigger your workflow.
types: [published]

name: Deploy release to netlify
name: Update release version in package.json

jobs:
publish:
up_version:
runs-on: ubuntu-latest
environment: netlify
strategy:
Expand All @@ -23,10 +23,6 @@ jobs:
ref: 'refs/heads/main'
token: ${{ secrets.ACTION_GITHUB_BOT }}

##################
# Version upping #
##################

# Note: it's important that this is being run before the version is upped
# because a commit will be created during the process
- name: Set git config
Expand All @@ -40,26 +36,3 @@ jobs:

- name: Push version commit
run: git push origin main

##############
# Publishing #
##############

- name: Setup node
uses: actions/setup-node@v2
with:
cache: 'yarn'

- name: Install dependencies
run: yarn

- name: Build app
run: yarn build

- name: Publish app
uses: netlify/actions/cli@master
with:
args: deploy --dir=build --prod
env:
NETLIFY_SITE_ID: ${{ secrets.NETLIFY_SITE_ID }}
NETLIFY_AUTH_TOKEN: ${{ secrets.NETLIFY_AUTH_TOKEN }}
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
[![CircleCI](https://circleci.com/gh/on3iro/aeons-end-randomizer/tree/dev.svg?style=svg)](https://circleci.com/gh/on3iro/aeons-end-randomizer/tree/dev)
[![Netlify Status](https://api.netlify.com/api/v1/badges/210c9bd3-9f4d-4554-b9fc-0b319d89b81e/deploy-status)](https://app.netlify.com/sites/aer/deploys)
[![App](https://img.shields.io/badge/App-aeons--end--randomizer.de-%232196f3)](https://aeons-end-randomizer.de)
[![Docs](https://img.shields.io/badge/Docs-on3iro.github.io%2Faeons--end--randomizer-success)](https://on3iro.github.io/aeons-end-randomizer)
[![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)
Expand Down Expand Up @@ -129,7 +128,7 @@ See the section about [deployment](https://facebook.github.io/create-react-app/d

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

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

### `yarn run deploy`

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

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

## TODO - writing client side migrations

Expand Down
44 changes: 0 additions & 44 deletions scripts/releaseAndPublish.sh

This file was deleted.

55 changes: 0 additions & 55 deletions scripts/upPackageVersions.sh

This file was deleted.

0 comments on commit 6b2e633

Please sign in to comment.