Skip to content
Snippets Groups Projects
Commit 8f32621d authored by michael.minelli's avatar michael.minelli
Browse files

CI/CD => Try to send docker compose command directly

parent 7c358854
No related branches found
No related tags found
No related merge requests found
......@@ -19,6 +19,6 @@ deploy:
- chmod 600 id_rsa
- eval `ssh-agent -s`
- ssh-add -k id_rsa
- DOCKER_HOST="ssh://${SSH_USER}@${SSH_HOST}" ./infra --run
- DOCKER_HOST="ssh://${SSH_USER}@${SSH_HOST}" docker compose --env-file ./.env up --build -d
only:
- main
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment