-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* ci(.drone.yml): use the container jsonnet template * Upgrade Packages (#141) * build(package.json): minor version upgrades * build(package.json): upgrade @nuxtjs/robots * build(package.json): patch version upgrades * build(package.json): upgrade @vueuse/core * build: update docker setup renamed docker-compose to compose update docker images to use latest node lts * feat: update list monk config to use api token * build: packages cleanup and update * patch: add missing output dir to gitignore * patch: fix circular dependency issue with ts util files * patch: fix regex potential exponential backtracking --------- Co-authored-by: Mohamed Mansour <[email protected]> Co-authored-by: Mohamad Berjawi <[email protected]>
- Loading branch information
1 parent
4965bb5
commit cbe1666
Showing
14 changed files
with
2,792 additions
and
3,167 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,42 +1,8 @@ | ||
# Drone CI File! | ||
|
||
kind: pipeline | ||
type: kubernetes | ||
name: default | ||
|
||
metadata: | ||
namespace: builds | ||
|
||
node_selector: | ||
doks.digitalocean.com/node-pool: josa-cloud-np | ||
|
||
steps: | ||
- name: build | ||
image: plugins/docker | ||
settings: | ||
repo: josaorg/nuha-web | ||
build_args: [USER=1001] | ||
build_args_from_env: | ||
[ | ||
DRONE_BUILD_NUMBER, | ||
DRONE_BUILD_LINK, | ||
DRONE_COMMIT_SHA, | ||
DRONE_COMMIT_LINK, | ||
DRONE_REPO_LINK, | ||
DRONE_BUILD_FINISHED, | ||
] | ||
tags: | ||
- ${DRONE_COMMIT_SHA} | ||
- stable | ||
username: | ||
from_secret: docker_username | ||
password: | ||
from_secret: docker_password | ||
- name: notify | ||
image: plugins/slack | ||
settings: | ||
webhook: | ||
from_secret: slack_webhook | ||
channel: heartbeat | ||
depends_on: | ||
- build | ||
kind: template | ||
load: container.jsonnet | ||
data: | ||
repositoryName: josaorg/nuha-web | ||
releaseName: nuha-web | ||
buildArgs: USER=1001 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -67,6 +67,7 @@ typings/ | |
|
||
# nuxt.js build output | ||
.nuxt | ||
.output | ||
|
||
# Nuxt generate | ||
dist | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,3 @@ | ||
version: '3.8' | ||
|
||
services: | ||
nuha-web: | ||
container_name: nuha-web | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.