Skip to content

Commit aa976c3

Browse files
committed
github action - create release
1 parent 9b9a120 commit aa976c3

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

.github/workflows/release.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -47,10 +47,11 @@ jobs:
4747
yarn build
4848
mv app/config/sample.local.neon app/config/local.neon
4949
rm -f app/config/ci.local.neon app/config/production.local.neon
50+
find . -name .gitignore -type f -delete
5051
- name: Zip package
5152
uses: montudor/[email protected]
5253
with:
53-
args: zip -qq -r srs.zip .
54+
args: zip -qq -r srs.zip app backup log migrations temp vendor www .htaccess LICENSE README.md
5455
- name: Upload artifact
5556
5657
env:

app/config/production.local.neon

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,5 @@ mail:
2121
secure: __CONFIG_MAIL_SECURE__
2222

2323
recaptcha:
24-
siteKey: __CONFIG_RECAPTCHA_SITE_KEY__
25-
secretKey: __CONFIG_RECAPTCHA_SECRET_KEY__
24+
siteKey: "__CONFIG_RECAPTCHA_SITE_KEY__"
25+
secretKey: "__CONFIG_RECAPTCHA_SECRET_KEY__"

app/config/sample.local.neon

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,5 @@ mail:
2121
secure:
2222

2323
recaptcha:
24-
siteKey:
25-
secretKey:
24+
siteKey: ""
25+
secretKey: ""

0 commit comments

Comments
 (0)