mirror of
https://github.com/rjNemo/fastapi
synced 2026-06-06 18:46:40 +00:00
7 lines
85 B
Bash
Executable file
7 lines
85 B
Bash
Executable file
#!/usr/bin/env bash
|
|
|
|
set -e
|
|
|
|
bash scripts/publish.sh
|
|
|
|
bash scripts/trigger-docker.sh
|