added ci to generate submission files
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
This commit is contained in:
parent
8c674626f8
commit
c33b7edef6
@ -10,6 +10,15 @@ steps:
|
||||
- marp presentation.md -o index.html
|
||||
- cp * /home/andr3/services/notes/presentation
|
||||
|
||||
- name: Create release
|
||||
commands:
|
||||
- cp lib/server.ex .
|
||||
- zip server.zip server.ex README.md
|
||||
- tea login add --url https://git.andr3h3nriqu3s.com --token "$TOKEN$
|
||||
- tea r rm -y latest || echo "Release not found"
|
||||
- tea r c --title "Latest" --asset "README.md" --asset "lib/paxos.ex" --asset "lib/server.ex" --asset "server.zip" latest
|
||||
|
||||
|
||||
trigger:
|
||||
branch:
|
||||
- main
|
||||
|
Reference in New Issue
Block a user