You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/deploy-main.yml
+20-16Lines changed: 20 additions & 16 deletions
Original file line number
Diff line number
Diff line change
@@ -41,7 +41,7 @@ jobs:
41
41
VALIDATOR_URL: ${{ secrets.VALIDATOR_URL }}
42
42
43
43
steps:
44
-
- uses: actions/checkout@v4
44
+
- uses: actions/checkout@v6
45
45
46
46
- uses: ruby/setup-ruby@v1
47
47
with:
@@ -50,7 +50,7 @@ jobs:
50
50
51
51
- run: gem install kamal
52
52
53
-
- uses: webfactory/ssh-agent@v0.9.0
53
+
- uses: webfactory/ssh-agent@v0.10.0
54
54
with:
55
55
ssh-private-key: ${{ secrets.SSH_PRIVATE_KEY }}
56
56
@@ -62,13 +62,13 @@ jobs:
62
62
password: ${{ secrets.KAMAL_REGISTRY_PASSWORD }}
63
63
64
64
- name: Set up Docker Buildx for cache
65
-
uses: docker/setup-buildx-action@v3
65
+
uses: docker/setup-buildx-action@v4
66
66
67
67
- run: kamal version
68
68
69
69
# Setup kamal for the first time
70
70
# Might need to run `sudo usermod -aG docker $USER | newgrp docker | docker ps` to add the user to the docker group if the user is not already in the docker group
# Might need to run `sudo usermod -aG docker $USER | newgrp docker | docker ps` to add the user to the docker group if the user is not already in the docker group
# Might need to run `sudo usermod -aG docker $USER | newgrp docker | docker ps` to add the user to the docker group if the user is not already in the docker group
Copy file name to clipboardExpand all lines: .github/workflows/deploy-staging.yml
+19-15Lines changed: 19 additions & 15 deletions
Original file line number
Diff line number
Diff line change
@@ -41,7 +41,7 @@ jobs:
41
41
VALIDATOR_URL: ${{ secrets.VALIDATOR_URL }}
42
42
43
43
steps:
44
-
- uses: actions/checkout@v4
44
+
- uses: actions/checkout@v6
45
45
46
46
- uses: ruby/setup-ruby@v1
47
47
with:
@@ -50,7 +50,7 @@ jobs:
50
50
51
51
- run: gem install kamal
52
52
53
-
- uses: webfactory/ssh-agent@v0.9.0
53
+
- uses: webfactory/ssh-agent@v0.10.0
54
54
with:
55
55
ssh-private-key: ${{ secrets.SSH_PRIVATE_KEY }}
56
56
@@ -62,13 +62,13 @@ jobs:
62
62
password: ${{ secrets.KAMAL_REGISTRY_PASSWORD }}
63
63
64
64
- name: Set up Docker Buildx for cache
65
-
uses: docker/setup-buildx-action@v3
65
+
uses: docker/setup-buildx-action@v4
66
66
67
67
- run: kamal version
68
68
69
69
# Setup kamal for the first time
70
70
# Might need to run `sudo usermod -aG docker $USER | newgrp docker | docker ps` to add the user to the docker group if the user is not already in the docker group
# Might need to run `sudo usermod -aG docker $USER | newgrp docker | docker ps` to add the user to the docker group if the user is not already in the docker group
# Might need to run `sudo usermod -aG docker $USER | newgrp docker | docker ps` to add the user to the docker group if the user is not already in the docker group
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -73,7 +73,7 @@ See our [dedicated webpage](https://docs.codefair.io/docs/installation.html) for
73
73
74
74
---
75
75
76
-
## For Contributors
76
+
Codefair is developed using [Octokit](https://github.com/octokit) and [Nuxt](https://nuxt.com/), and is deployed on a virtual machine hosted on Azure. The GitHub app is configured to receive webhooks for important actions such as pushing code, opening or closing issues, opening or merging pull requests, and commenting on discussions. These events drive Codefair's automated workflows, enabling seamless integration with GitHub's features and functionality.
0 commit comments