Skip to content

Commit

Permalink
Workflow changes
Browse files Browse the repository at this point in the history
  • Loading branch information
hobsRKM committed Apr 20, 2024
1 parent 7896b82 commit d5fde9e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ VITE_SITE_DIR= #Should start with / and must not end with / EX: /bans lea
ASSET_URL= #Should not end with / EX: https://mysite.com/bans

APP_ENV=production
APP_KEY=base64:iSVcYAy+WUIOcjDIJKE7k5SxjXsZXTj1MNSxku86I50=
APP_KEY=
APP_DEBUG=false
APP_VERSION=1.1.0

Expand Down
5 changes: 4 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Releases

on:
on:
push:
tags:
- '*'
Expand Down Expand Up @@ -36,6 +36,9 @@ jobs:
- name: Copy default env
run: cp .env.example .env

- name: Generate new application key
run: php artisan key:generate --force

- name: Zip Project Contents
run: zip -r cssbans.v${{ github.ref_name }}.zip .

Expand Down

0 comments on commit d5fde9e

Please sign in to comment.