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:
Riccardo Graziosi
2023-04-16 15:53:05 +02:00
committed by GitHub
parent 1e6eb17af5
commit 60b0919ce6
9 changed files with 170 additions and 68 deletions

View File

@@ -17,8 +17,6 @@ services:
POSTGRES_PASSWORD: dbpass
BASE_URL: http://localhost:3000
SECRET_KEY_BASE: secretkeybasehere
volumes:
- .:/astuto
ports:
- "3000:3000"
depends_on: