Skip to content

Commit

Permalink
another attempt
Browse files Browse the repository at this point in the history
  • Loading branch information
emrergin committed Jan 1, 2024
1 parent ee580e7 commit b292f45
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ jobs:
env:
NEXT_TELEMETRY_DISABLED: 1
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Set up Node.js
uses: actions/setup-node@v2
uses: actions/setup-node@v4
with:
node-version: "20"
- name: Install Dependencies
Expand All @@ -37,7 +37,7 @@ jobs:
runs-on: ubuntu-latest
timeout-minutes: 5
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Download files
uses: actions/download-artifact@v2
with:
Expand All @@ -52,7 +52,8 @@ jobs:
port: ${{ secrets.PORT }}
source: temporaryfolder/*
target: /home/${{ secrets.USERNAME }}/servers/belief/standalone
- name: executing remote ssh commands using ssh key
strip_components: 1
- name: executing remote ssh commands
uses: appleboy/ssh-action@v1.0.2
with:
host: ${{ secrets.HOST }}
Expand Down
4 changes: 2 additions & 2 deletions src/components/Intro.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ function Intro({ nameFunction }: { nameFunction: (a: string) => void }) {
<div className={customStyles.mainWrapper}>
<List className={customStyles.entryText}>
<List.Item>
Hoş geldiniz!!!!!!!!!!!!!. Bu deneyde sizden bazı olasılıkları
değerlendirmenizi isteyeceğiz.
Hoş geldiniz. Bu deneyde sizden bazı olasılıkları değerlendirmenizi
isteyeceğiz.
</List.Item>
<List.Item>
Kazancınız &quot;puan&quot; cinsinden hesaplanacak ve deney sonunda
Expand Down

0 comments on commit b292f45

Please sign in to comment.