Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Jetsam Server
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Package Registry
Operate
Terraform modules
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Jetsam
Jetsam Server
Commits
51c433df
Verified
Commit
51c433df
authored
3 years ago
by
Louis
Browse files
Options
Downloads
Patches
Plain Diff
Include Woodpecker CI config
parent
0d7d1bb4
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.woodpecker.yml
+43
-0
43 additions, 0 deletions
.woodpecker.yml
with
43 additions
and
0 deletions
.woodpecker.yml
0 → 100644
+
43
−
0
View file @
51c433df
pipeline
:
build
:
image
:
node:16-alpine
pull
:
true
commands
:
-
npm ci
tests
:
image
:
node:16-alpine
pull
:
true
commands
:
-
sleep
5
-
npm test
environment
:
-
APP_KEY=12345678901234567890123456789012
-
APP_NAME=Jetsam
-
USE_EPHEMERAL_KEYS=false
-
DATABASE_HOST=postgres
-
DATABASE_NAME=jetsam
-
DATABASE_USER=jetsam
-
DATABASE_PASS=jetsam
-
DATABASE_PORT=5432
-
DATABASE_SSL_REQUIRE=false
-
MAIL_DRIVER=log
-
FS_DRIVER=local
-
CACHE_DRIVER=memory
-
QUEUE_DRIVER=async
-
JWK_KEY_ID=test_system
-
SENTRY_ENABLED=false
secrets
:
-
rsa_public_key_b64
-
rsa_private_key_b64
-
rsa_private_passphrase
services
:
postgres
:
image
:
timescale/timescaledb-postgis:latest-pg13
environment
:
POSTGRES_USER
:
jetsam
POSTGRES_PASSWORD
:
jetsam
POSTGRES_DB
:
jetsam
ports
:
-
"
5432:5432"
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment