Skip to content

Commit 3903c9f

Browse files
author
Jovert Lota Palonpon
authored
Feature/ci cd (#57)
* Pre-deploy workflow defined * Replaced phpunit/phpunit with brianium/paratest * wip * wip * wip * wip * Revamed docker setup * Removed test branch filters * wip
1 parent 8aeaa1f commit 3903c9f

24 files changed

+305
-115
lines changed

.docker/db/.gitkeep

Whitespace-only changes.

.docker/php-fpm/after.sh

Lines changed: 0 additions & 5 deletions
This file was deleted.

.docker/php-fpm/init.sh

Lines changed: 0 additions & 3 deletions
This file was deleted.

.docker/webserver/Dockerfile

Lines changed: 0 additions & 5 deletions
This file was deleted.

.dockerignore

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
.git
22
.idea
3-
node_modules
4-
vendor
53
storage/framework/cache/**
64
storage/framework/sessions/**
75
storage/framework/views/**
Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
---
2+
name: 🐞Bug report
3+
about: Create a report to help us improve
4+
---
5+
6+
## Description
7+
8+
A clear and concise description of what the bug is.
9+
10+
## Steps to Reproduce
11+
12+
1. Go to '...'
13+
2. Run '...'
14+
3. See error
15+
16+
## Expected behavior
17+
18+
A clear and concise description of what you expected to happen.
19+
20+
## Screenshots
21+
22+
If applicable, add screenshots to help explain your problem.
23+
24+
## System Information
25+
26+
- Laravel version: #.#.#
27+
- PHP version: #.#.#
28+
- Database version: #.#.#
29+
30+
## Additional context
31+
32+
Add any other context about the problem here.
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
---
2+
name: 💡Feature request
3+
about: Suggest an idea for this project
4+
---
5+
6+
# Feature request
7+
8+
## Is your feature request related to a problem? Please describe.
9+
10+
A clear and concise description of what you want and what your use case is.
11+
12+
## Describe the solution you'd like
13+
14+
A clear and concise description of what you want to happen.
15+
16+
## Describe alternatives you've considered
17+
18+
A clear and concise description of any alternative solutions or features you've considered.
19+
20+
## Additional context
21+
22+
Add any other context or screenshots about the feature request here.

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# Description
2+
3+
A very descriptive paragraph that provide details regarding your pull request.
4+
5+
## Added
6+
7+
-
8+
9+
## Modified
10+
11+
-
12+
13+
## Fixed
14+
15+
-
16+
17+
## Refactored
18+
19+
-

.github/scripts/decrypt_secret.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
#!/usr/bin/env bash
2+
3+
# --batch to prevent interactive command --yes to assume "yes" for questions
4+
gpg --quiet --batch --yes --decrypt --passphrase="$SECRET_PASSPHRASE" --output .env .github/secrets/.env.gpg

.github/secrets/.env.gpg

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
� �A!�Wk�����j���p#�6�i��[�-D,�A��~�$�u^�V���������ٍ._��Ea՜����L`l#��qz7�&�]�K�Of����z5bH��ľ���8��)�G2d��(Q�����:gg��j�����J��EJ�7�@�0P�L�d����Ex�����׍��YAe��B_W�P*�;bu���Cs�㖳N1d�믠�4��_���Wb��3��ԛC1��5"Zt�����{��|X�Wd}�k�Y���t�ڋM?�i7pX�F�=<׻����O>*�����L��u�B)� �d9�)Hn���Y�!�v}}���`o���?>���袓E^�p-� rVh�*zN���� �+�P���^�̅���l�~�����t����5l��tm���� ��N^<���/�#v�|��q�C�Av$0��2kp���m�zަh�gQ��x�λ�1E��k;��eЅaQS�S6��+�ģV���D�`�ت׸�� }��p�D�&n��!J�\a4֮U��ѵ!�J�T��ipUFvB�*�bU��h��v�3��@(����8�?��"_ �o�ؼrB���yE��0�AP��y�;a����ϔ��tڍ7��2�H����D��@e��{�h�'�"�mI�� ��U��)F/ ���G����t������~>�����?l��lCo�
2+
LN"����z�j:���?�`�9�Hdu9k�Ҹ�ۙhϱ3

0 commit comments

Comments
 (0)