Skip to content

Commit 21fd0dc

Browse files
author
Shaun B
committed
Add GitHub Actions - Continuous Deployment
1 parent 6020525 commit 21fd0dc

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -105,4 +105,4 @@
105105
```$ docker-compose build --no-cache```
106106

107107
#### Remove images:
108-
```$ docker rmi $(docker images -q)```
108+
```$ docker rmi $(docker images -q)```

release.sh

+2-1
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,5 @@ curl -n -X PATCH https://api.heroku.com/apps/$HEROKU_APP_NAME/formation \
99
-d "${PAYLOAD}" \
1010
-H "Content-Type: application/json" \
1111
-H "Accept: application/vnd.heroku+json; version=3.docker-releases" \
12-
-H "Authorization: Bearer ${HEROKU_AUTH_TOKEN}"
12+
-H "Authorization: Bearer ${HEROKU_AUTH_TOKEN}"
13+

0 commit comments

Comments
 (0)