Describe what the action does

This commit is contained in:
Andreas Svanberg 2024-10-30 16:11:30 +01:00
parent a6d2d4cc85
commit 32fb77e055

@ -1,9 +1,11 @@
# Action for Docker Compose deployment to branch.dsv.su.se
This actions take the current branch (that triggered the workflow) and clones it to the branch.dsv.su.se server and runs `docker compose -f ${compose-file} up` and gives you back a URL pointing to the deployment.
> [!IMPORTANT]
> Please read the section [about the Compose file](#compose-file-1)
Quickstart
## Quickstart
```
[...]
- uses: https://gitea.dsv.su.se/ansv7779/action-branch-deploy@v1