diff --git a/.github/workflows/build-and-push.yml b/.github/workflows/build-and-push.yml index 1e9931d..7f01072 100644 --- a/.github/workflows/build-and-push.yml +++ b/.github/workflows/build-and-push.yml @@ -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 diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..0634743 --- /dev/null +++ b/.gitignore @@ -0,0 +1,4 @@ +./aws +aws +info.txt +Key_Emii.pem \ No newline at end of file diff --git a/api/index.js b/api/index.js index 1d33a5e..397e346 100644 --- a/api/index.js +++ b/api/index.js @@ -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