Skip to content

Commit

Permalink
Update Semaphore configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
leonardofaria committed Jul 28, 2020
1 parent 238dc25 commit 6c9692d
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .semaphore/semaphore.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
version: v1.0
name: Run in Docker
agent:
machine:
type: e1-standard-2
os_image: ubuntu1804
containers:
- name: main
image: 'semaphoreci/node:10'
- name: database
image: 'postgres:11'
blocks:
- name: Hello World
task:
jobs:
- name: Test job
commands:
- checkout
- echo "Hello from my 'main' container"

0 comments on commit 6c9692d

Please sign in to comment.