mirror of
https://github.com/mentos1386/zdravko.git
synced 2024-11-22 15:53:45 +00:00
ci(deploy): run smoke tests
This commit is contained in:
parent
552c148a6e
commit
f8bc0aca0a
1 changed files with 1 additions and 1 deletions
2
justfile
2
justfile
|
@ -22,7 +22,7 @@ run-zdravko:
|
||||||
|
|
||||||
# Deploy the application to fly.io
|
# Deploy the application to fly.io
|
||||||
deploy:
|
deploy:
|
||||||
fly deploy --ha=false --smoke-checks=false -c deploy/fly.toml -i {{DOCKER_IMAGE}}
|
fly deploy --ha=false -c deploy/fly.toml -i {{DOCKER_IMAGE}}
|
||||||
|
|
||||||
# Start devbox shell
|
# Start devbox shell
|
||||||
shell:
|
shell:
|
||||||
|
|
Loading…
Reference in a new issue