Skip to content

Commit

Permalink
Merge pull request #72 from Tekken-Supporter/develop
Browse files Browse the repository at this point in the history
Develop
newjinlee authored Dec 14, 2023
2 parents 17073bd + b517bdf commit d0e4487
Showing 28 changed files with 6,086 additions and 118 deletions.
21 changes: 21 additions & 0 deletions .github/workflows/frontend.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name: GCP CI/CD
on:
push:
branches: [ main, develop ]

jobs:
build:
runs-on: ubuntu-latest
steps:
- name: executing remote ssh commands using ssh key
uses: appleboy/ssh-action@master
with:
host: ${{ secrets.HOST }}
username: ${{ secrets.USERNAME }}
key: ${{ secrets.SSH_KEY }}
passphrase: ${{ secrets.PASSPHRASE }}
port: 22
script: |
cd ${{ secrets.PWD }}
git pull https://${{ secrets.GIT_TOKEN }}:x-oauth-basic@github.com/Tekken-Supporter/Frontend.git develop
pm2 reload tekken7
15 changes: 15 additions & 0 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
// Use IntelliSense to learn about possible attributes.
// Hover to view descriptions of existing attributes.
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"type": "chrome",
"request": "launch",
"name": "Launch Chrome against localhost",
"url": "http://localhost:8080",
"webRoot": "${workspaceFolder}"
}
]
}
Binary file added 20231214_143319381.mp4
Binary file not shown.
Loading

0 comments on commit d0e4487

Please sign in to comment.