-
-
Notifications
You must be signed in to change notification settings - Fork 123
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #267 from Kaetram/game-content
Game content
- Loading branch information
Showing
1,370 changed files
with
112,272 additions
and
40,704 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
name: Kaetram | ||
on: | ||
push: | ||
branches: [game-content] | ||
|
||
jobs: | ||
build: | ||
runs-on: ubuntu-latest | ||
environment: development | ||
|
||
steps: | ||
- name: Deploy to the development server | ||
uses: appleboy/ssh-action@master | ||
with: | ||
host: ${{ secrets.DEV_SERVER_HOST }} | ||
username: ${{ secrets.DEV_SERVER_USERNAME }} | ||
key: ${{ secrets.DEV_SERVER_KEY }} | ||
port: 22 | ||
script: | | ||
${{ secrets.DEV_SERVER_SCRIPT }} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "kaetram", | ||
"version": "2.4.1", | ||
"version": "2.5.0", | ||
"private": true, | ||
"packageManager": "[email protected]", | ||
"author": "Veradictus", | ||
|
@@ -45,7 +45,7 @@ | |
"postcss-value-parser": "^4.2.0", | ||
"prettier": "^2.8.1", | ||
"stylelint": "^14.16.1", | ||
"typescript": "^5.0.2" | ||
"typescript": "^5.0.4" | ||
}, | ||
"workspaces": [ | ||
"packages/*" | ||
|
Large diffs are not rendered by default.
Oops, something went wrong.
Oops, something went wrong.