-
[Spinnaker - .。oO(さっちゃんですよヾ(〃l _ l)ノ゙☆)](https://scrapbox.io/ne-sachirou/Spinnaker)
-
I'd like to set up continuous deployment for bridgy, granary, oauth-dropins, etc. background:
https://circleci.com/docs/introduction-to-continuous-deployment/
https://circleci.com/docs/deploy-google-a…
-
Create packages for the final application automatically.
-
Trigger a deploy after each push to GitHub
-
Split from #2
rexim updated
7 years ago
-
~How does this project get deployed live? The last merged change is not live on the site. I believe this should be automated.~
Deployment should be automated off main!
-
```bash
ssh rict2
cd Data/FlyingCampus/UD-Imuv-docker
git pull
docker stop $(docker ps --filter ancestor="vcity:imuv" --format="{{.ID}}")
docker build --no-cache -t vcity:imuv Context
docker run…
-
Our workflow is looking pretty good! We have now set up some automated tests for any new changes. We can go one step further and add continuous deployment to our workflow.
### What is Continuous Depl…
-
Setup either fastlane and gh-actions on push to master to publish to google play or use app center.
-
Our workflow is looking pretty good! We have now set up some automated tests for any new changes. We can go one step further and add continuous deployment to our workflow.
### What is Continuous Depl…