Skip to content

Commit

Permalink
Merge pull request #112 from hellboy1975/14-add-deploy-pipeline
Browse files Browse the repository at this point in the history
14 add deploy pipeline
  • Loading branch information
hellboy1975 authored Jan 26, 2024
2 parents eac8465 + b89572a commit 46e6b46
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 2 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: Staging Deploy
on:
push:
branches: staging
env:
FLY_API_TOKEN: ${{ secrets.FLY_API_TOKEN }}
jobs:
deploy:
name: Deploy app
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: superfly/flyctl-actions/setup-flyctl@master
- run: flyctl deploy -a pilsi-staging
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@

</p>

![Static Badge](https://img.shields.io/badge/Laravel-10.0-blue)
![Static Badge](https://img.shields.io/badge/Filament-3.2-blue)


## Introduction

This repository is a Laravel built site create to support the online version of the PiLSI. It consists of a few things:
Expand Down Expand Up @@ -33,7 +37,7 @@ The PiLSI is named after prominent South Australian cavers Graham Pilkington (ph

### Setting up your dev environment

For local development I've been using [Laravel Sail](https://laravel.com/docs/9.x/sail). To get it up and running, make sure you do the following:
For local development I've been using [Laravel Sail](https://laravel.com/docs/10.x/sail). To get it up and running, make sure you do the following:

cp .env.example .env
composer install
Expand Down Expand Up @@ -97,3 +101,6 @@ This site leverages the following frameworks and libraries:
* [Filament](https://filamentphp.com/)
* [Blade Icons](https://github.com/blade-ui-kit/blade-icons)
* [Feather Icons](https://github.com/brunocfalcao/blade-feather-icons)
* [Filament Shield](https://github.com/bezhanSalleh/filament-shield)
* [Filament Breezy](https://github.com/jeffgreco13/filament-breezy)
* [Filament Gravatar](https://github.com/awcodes/filament-gravatar)
1 change: 0 additions & 1 deletion fly.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
#
#See https://fly.io/docs/reference/configuration/ for information about how to use this file.
#
app = "pilsi-staging"
kill_signal = "SIGINT"
kill_timeout = 5
primary_region = "syd"
Expand Down

0 comments on commit 46e6b46

Please sign in to comment.