Skip to content

Commit

Permalink
Merge pull request #137 from okigan/feature/add-gitpod2
Browse files Browse the repository at this point in the history
add gitpod link and config
  • Loading branch information
okigan committed Sep 17, 2021
2 parents 297e5bd + d1a492f commit 6d4b7bb
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
10 changes: 10 additions & 0 deletions .gitpod.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# List the start up tasks. Learn more https://www.gitpod.io/docs/config-start-tasks/
tasks:
- init: echo 'init script' # runs during prebuild
command: echo 'start script'

# List the ports to expose. Learn more https://www.gitpod.io/docs/config-ports/
ports:
- port: 3000
onOpen: open-preview

3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@



![CI badge](https://github.com/okigan/awscurl/workflows/CI/badge.svg?branch=master)

![CI badge](https://github.com/okigan/awscurl/workflows/CI/badge.svg?branch=master) [![Donate](https://img.shields.io/badge/edit-now-orange.svg?style=flat-square)](https://gitpod.io/#https://github.com/okigan/awscurl)


curl-like tool with AWS Signature Version 4 request signing.
Expand Down

0 comments on commit 6d4b7bb

Please sign in to comment.