Skip to content

Commit

Permalink
update script
Browse files Browse the repository at this point in the history
  • Loading branch information
lohanidamodar committed Mar 3, 2022
1 parent 2ba116d commit 7b12076
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,10 @@ install:
- curl -fsSL https://apt.releases.hashicorp.com/gpg | sudo apt-key add -
- sudo apt-add-repository "deb [arch=amd64] https://apt.releases.hashicorp.com $(lsb_release -cs) main"
- sudo apt-get update && sudo apt-get install packer
- packer
- packer --version

script:
- packer build appwrite.json
deploy:
provider: script
script: packer build appwrite.json
on:
tags: true

0 comments on commit 7b12076

Please sign in to comment.