Skip to content

Commit

Permalink
changed my js
Browse files Browse the repository at this point in the history
  • Loading branch information
emiliaup committed May 1, 2024
1 parent 9a1d9b0 commit 9e4ff0c
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .github/workflows/build-and-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,12 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v4

# - name: Configure AWS Credentials
# uses: aws-actions/configure-aws-credentials@v4
# with:
# role-to-assume: arn:aws:iam::381492107876:role/IIC2173-2
# aws-region: us-east-1

- name: Configure AWS Credentials
uses: aws-actions/configure-aws-credentials@v4
Expand Down
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
./aws
aws
info.txt
Key_Emii.pem
2 changes: 1 addition & 1 deletion api/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ app.use(bodyParser.json());

// GET endpoint
app.get('/', (req, res) => {
res.send('Hello World! This is a GET request parte 2');
res.send('Hello World! This is a GET request jaja part 2');
});

// POST endpoint
Expand Down

0 comments on commit 9e4ff0c

Please sign in to comment.