Skip to content

Commit

Permalink
ci: add travis deployment
Browse files Browse the repository at this point in the history
Signed-off-by: Matous Havlena <havlenma@gmail.com>
  • Loading branch information
matoushavlena committed Dec 11, 2024
1 parent d16b055 commit e012ad1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ jobs:
- name: 'Install Travis CLI'
run: gem install travis --no-document
- name: 'Trigger rebuild'
run: travis restart --api-endpoint ${{ vars.TRAVIS_ENDPOINT }} --token ${{ secrets.TRAVIS_ACCESS_TOKEN }} --repo ${{ vars.TRAVIS_REPO }} ${{ vars.TRAVIS_BUILD }}
run: travis restart --api-endpoint ${{ vars.TRAVIS_ENDPOINT }} --token ${{ secrets.TRAVIS_ACCESS_TOKEN }} --repo ${{ vars.TRAVIS_REPO }} ${{ vars.TRAVIS_BUILD }}

0 comments on commit e012ad1

Please sign in to comment.