Skip to content

Commit

Permalink
Use Run in Docker starter workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
abitrolly committed Sep 29, 2024
1 parent 2ed7940 commit acea34d
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: f1-standard-2
containers:
- name: main
image: 'registry.semaphoreci.com/node:10' # Your primary container where commands are run
- name: database
image: 'registry.semaphoreci.com/postgres:11'

blocks:
- name: Hello World
task:
jobs:
- name: Test job
commands:
- checkout # Check out the code
- echo "Hello from my 'main' container"

0 comments on commit acea34d

Please sign in to comment.