Skip to content

Commit

Permalink
Remove Slack wrapper configuration from Git
Browse files Browse the repository at this point in the history
  • Loading branch information
jmleroux committed Aug 23, 2023
1 parent 360bb5f commit 9933764
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,14 @@ vendor/
var/
app/logs/
docker-compose.override.yml

.php_cs.cache
.phpunit.result.cache

!config/example.yml
!config/example-*.yml
config/*
slack_wrapper.cfg

!ssh/.gitkeep
ssh/*
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,10 @@ all-tests:

dev:
cp -n docker-compose.ssh-auth-sock.yml docker-compose.override.yml
cp -n slack_wrapper.cfg.example slack_wrapper.cfg
docker-compose run --rm php composer install

prod:
cp -n docker-compose.ssh-keys.yml docker-compose.override.yml
cp -n slack_wrapper.cfg.example slack_wrapper.cfg
docker-compose run --rm php composer install
1 change: 0 additions & 1 deletion slack_wrapper.cfg

This file was deleted.

0 comments on commit 9933764

Please sign in to comment.