Skip to content

Commit

Permalink
[FIX] Removed unused extra environments.
Browse files Browse the repository at this point in the history
  • Loading branch information
Matteo Bilotta committed Feb 23, 2021
1 parent 1b78334 commit 72ce580
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 108 deletions.
101 changes: 0 additions & 101 deletions .github/workflows/deploy-staging.yml

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Deploy to Production
name: Deploy
on:
push:
branches:
Expand Down Expand Up @@ -53,9 +53,6 @@ jobs:
name: Deploy process
needs: build
runs-on: ubuntu-latest
environment:
name: production

steps:
- name: Install CurlFtpFS
run: sudo apt install curlftpfs
Expand Down
3 changes: 0 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
# Byloth's Website 🌐 #

[![Deploy to Staging](https://github.com/Byloth/website/actions/workflows/deploy-staging.yml/badge.svg)](https://github.com/Byloth/website/actions/workflows/deploy-staging.yml)
[![Deploy to Production](https://github.com/Byloth/website/actions/workflows/deploy-production.yml/badge.svg)](https://github.com/Byloth/website/actions/workflows/deploy-production.yml)

### My personal website as a Nuxt.js application, written in TypeScript and based on Material Design. ###

Actually, yet another attempt to develop my personal website, to be precise...
Expand Down

0 comments on commit 72ce580

Please # to comment.