Skip to content

Commit

Permalink
Fix travis deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
lukefromdc committed Jun 7, 2024
1 parent 1e8c08e commit 3d66d85
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@ notifications:

deploy:
- provider: pages
edge: true
edge:
branch: v2.0.3-beta.4
token: $GITHUB_TOKEN
keep_history: false
committer_from_gh: true
Expand All @@ -51,7 +52,8 @@ deploy:
all_branches: true
condition: ${DISTRO} =~ ^fedora.*$
- provider: script
edge: true
edge:
branch: v2.0.3-beta.4
script: ./docker-build --verbose --config .build.yml --release github
on:
tags: true
Expand Down

0 comments on commit 3d66d85

Please sign in to comment.