Skip to content

Commit

Permalink
[TASK] Production deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
subjacked committed Feb 14, 2023
1 parent 6eb7066 commit 11a4dae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bitbucket-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,9 +99,9 @@ pipelines:

- step:
name: Deployment
deployment: staging
deployment: production
image: rubygem/capistrano:3.7.2
script:
- gem install capistrano-composer
- gem install capistrano-scm-copy
- cap staging deploy
- cap production deploy

0 comments on commit 11a4dae

Please sign in to comment.