Skip to content

Commit

Permalink
test: github actions OVH
Browse files Browse the repository at this point in the history
  • Loading branch information
FlawaCLV committed Nov 24, 2023
1 parent 974106f commit aeb69f4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/api-ovh.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
with:
ssh_username: ${{ secrets.OVH_SSH_USERNAME }}
ssh_host: ${{ secrets.OVH_SSH_HOST }}
ssh_private_key: ${{ secrets.OVH_SSH_PUBLIC_KEY }}
ssh_public_key: ${{ secrets.OVH_SSH_PUBLIC_KEY }}
registry: ${{ secrets.OVH_REGISTRY_ENDPOINT }}
username: ${{ secrets.OVH_USERNAME }}
password: ${{ secrets.OVH_PASSWORD }}
Expand Down
2 changes: 1 addition & 1 deletion api/src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ const validateCustomHeader = require("./middlewares/validateCustomHeader");

app.get("/", async (req, res) => {
const d = new Date();
res.status(200).send("SNU OVH Deploy v4" + d.toLocaleString());
res.status(200).send("SNU OVH Deploy v5" + d.toLocaleString());
});

app.get("/testsentry", async (req, res) => {
Expand Down

0 comments on commit aeb69f4

Please sign in to comment.