Skip to content

DevimaSolutions/deploy

Repository files navigation

@devimasolutions/auth

Installation

npm install @devimasolutions/deploy

Usage

# create configuration files to easily access server
ds-deploy init

# install app and dependencies to the remote server
ds-deploy server:setup

# remove app and dependencies from the remote server
ds-deploy clean:server

# manually trigger a build on the remote server. The app is built from a git branch tracked by the server
ds-deploy deploy

# manually trigger a build on the remote server using local source code
ds-deploy deploy:local

# setup CI/CD for the server (Only github actions are currently available)
ds-deploy deploy:ci

# update env variables on the remote server using your .env.production file
ds-deploy deploy:env

# clean local folder from ds-deploy package configuration files
ds-deploy clean:local

# clean local folder, remove app and dependencies from the remote server
ds-deploy clean

Common use case

TODO

Contributing

See the contributing guide to learn how to contribute to the repository and the development workflow.

License

MIT License

About

No description, website, or topics provided.

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published