1
0
Fork 0
mirror of synced 2024-05-16 02:32:40 +12:00

Automated deployments

This commit is contained in:
Eldad Fux 2021-01-19 06:59:54 +02:00
parent bf2c8b4010
commit 8a365d094e
3 changed files with 12 additions and 1 deletions

1
.travis-ci/deploy.sh Normal file
View file

@ -0,0 +1 @@
echo 'Nothing to deploy right now.'

View file

@ -3,7 +3,7 @@ arch:
os: linux
language: minimal
language: shell
notifications:
email:
@ -23,6 +23,8 @@ before_install:
echo "${DOCKERHUB_PULL_PASSWORD}" | docker login --username "${DOCKERHUB_PULL_USERNAME}" --password-stdin
fi
- docker --version
- docker buildx create --use
- chmod -R u+x ./.travis-ci
install:
- docker-compose up -d
@ -34,3 +36,11 @@ script:
- docker-compose exec appwrite doctor
- docker-compose exec appwrite vars
- docker-compose exec appwrite test
deploy:
- provider: script
edge: true
script: ./deploy.sh
on:
repo: appwrite/appwrite
branch: deploy