capistrano / sshkit

A toolkit for deploying code and assets to servers in a repeatable, testable, reliable way.
MIT License
1.13k stars 253 forks source link

Re-enable functional tests in CI #522

Closed mattbrictson closed 2 weeks ago

mattbrictson commented 8 months ago

Functional tests were disabled in CI in #523 due to GitHub Actions issues.

This PR plans to reenable functional tests in CI once those issues are resolved. It also cargo-cults some Vagrantfile improvements from https://github.com/fastapi-mvc/example/blob/6b29b3fe3dc9004aa7492c4d2ecd569fdf7e3ec3/Vagrantfile

mattbrictson commented 2 weeks ago

Superseded by #539