Skip to content

Commit

Permalink
Merge pull request #75 from sumocoders/deployer.phar
Browse files Browse the repository at this point in the history
Use deployer.phar as dep does not exist anymore
  • Loading branch information
Sander authored May 6, 2022
2 parents a80f974 + 0a1ecc7 commit 080ae6d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ Deploy - to staging:
- echo "$SSH_KNOWN_HOSTS" > ~/.ssh/known_hosts
- chmod 644 ~/.ssh/known_hosts
script:
- vendor/bin/dep deploy stage=staging
- vendor/bin/deployer.phar deploy stage=staging
environment:
name: staging
url: https://$project.$client.php81.sumocoders.eu
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Open `deploy.php` and check the configuration, replace the example values

Try to deploy to staging by running:

symfony php vendor/bin/dep deploy staging
symfony php vendor/bin/deployer.phar deploy staging

Log in through `ssh` on the dev-server and alter the `.env.local`-file to use the
correct credentials.
Expand Down

0 comments on commit 080ae6d

Please sign in to comment.