mirror of
https://github.com/astuto/astuto.git
synced 2025-12-15 03:07:52 +01:00
Add GitHub Actions (#211)
* Add 'run-tests' action to run specs * Add 'push-to-registry' action to push image to Docker Hub
This commit is contained in:
committed by
GitHub
parent
1e6eb17af5
commit
60b0919ce6
@@ -17,8 +17,6 @@ services:
|
||||
POSTGRES_PASSWORD: dbpass
|
||||
BASE_URL: http://localhost:3000
|
||||
SECRET_KEY_BASE: secretkeybasehere
|
||||
volumes:
|
||||
- .:/astuto
|
||||
ports:
|
||||
- "3000:3000"
|
||||
depends_on:
|
||||
|
||||
Reference in New Issue
Block a user