Skip to content

Commit

Permalink
Initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
xyz27900 committed Feb 28, 2022
1 parent d05b92f commit eeae9d6
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 13 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -160,14 +160,14 @@ jobs:
make pull
make stop
make setup
echo ${{ secrets.DOCKER_CF_EMAIL }} > ./secrets/cf_email
echo ${{ secrets.DOCKER_CF_KEY }} > ./secrets/cf_key
echo ${{ secrets.DOCKER_DB_NAME }} > ./secrets/db_name
echo ${{ secrets.DOCKER_DB_PASSWORD }} > ./secrets/db_password
echo ${{ secrets.DOCKER_DB_USER }} > ./secrets/db_user
echo ${{ secrets.DOCKER_MAIL_ACCOUNT_PASSWORD }} > ./secrets/mail_account_password
echo ${{ secrets.DOCKER_REDIS_PASSWORD }} > ./secrets/redis_password
echo ${{ secrets.DOCKER_SESSION_SECRET }} > ./secrets/session_secret
echo "${{ secrets.DOCKER_CF_EMAIL }}" > ./secrets/cf_email
echo "${{ secrets.DOCKER_CF_KEY }}" > ./secrets/cf_key
echo "${{ secrets.DOCKER_DB_NAME }}" > ./secrets/db_name
echo "${{ secrets.DOCKER_DB_PASSWORD }}" > ./secrets/db_password
echo "${{ secrets.DOCKER_DB_USER }}" > ./secrets/db_user
echo "${{ secrets.DOCKER_MAIL_ACCOUNT_PASSWORD }}" > ./secrets/mail_account_password
echo "${{ secrets.DOCKER_REDIS_PASSWORD }}" > ./secrets/redis_password
echo "${{ secrets.DOCKER_SESSION_SECRET }}" > ./secrets/session_secret
make start
release:
Expand Down
2 changes: 1 addition & 1 deletion packages/api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@xyz27900/bluevpn-api",
"version": "0.2.0",
"version": "0.1.0",
"author": "Evgeniy Kozlov",
"license": "MIT",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion packages/common/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@xyz27900/bluevpn-common",
"version": "0.2.0",
"version": "0.1.0",
"author": "Evgeniy Kozlov",
"license": "MIT",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion packages/cron/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@xyz27900/bluevpn-cron",
"version": "0.2.0",
"version": "0.1.0",
"author": "Evgeniy Kozlov",
"license": "MIT",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion packages/openvpn/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@xyz27900/bluevpn-openvpn",
"version": "0.2.0",
"version": "0.1.0",
"author": "Evgeniy Kozlov",
"license": "MIT",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion packages/ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@xyz27900/bluevpn-ui",
"version": "0.2.0",
"version": "0.1.0",
"author": "Evgeniy Kozlov",
"license": "MIT",
"repository": {
Expand Down

0 comments on commit eeae9d6

Please sign in to comment.