went back to markdown
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Andre Henriques 2024-01-20 23:01:23 +00:00
parent 5740077954
commit 074944ccb4
2 changed files with 2 additions and 2 deletions

View File

@ -16,10 +16,10 @@ steps:
from_secret: token from_secret: token
commands: commands:
- cp lib/server.ex . - cp lib/server.ex .
- zip server.zip server.ex README - zip server.zip server.ex README.md
- tea login add --url https://git.andr3h3nriqu3s.com --token "$TOKEN" - tea login add --url https://git.andr3h3nriqu3s.com --token "$TOKEN"
- tea r rm -y latest || echo "Release not found" - tea r rm -y latest || echo "Release not found"
- tea r c --title "Latest" --asset "README" --asset "lib/paxos.ex" --asset "lib/server.ex" --asset "server.zip" latest - tea r c --title "Latest" --asset "README.md" --asset "lib/paxos.ex" --asset "lib/server.ex" --asset "server.zip" latest
trigger: trigger:

View File