Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
File renamed without changes.
3 changes: 1 addition & 2 deletions .github/workflows/deploy-production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,8 @@ jobs:
key: ${{ secrets.SSH_PRIVATE_KEY }}
port: 22
script: |
cd ~/api.onoko.dev
source /home/kono7602/nodevenv/api.onoko.dev/24/bin/activate && cd /home/kono7602/api.onoko.dev
git pull origin prod
source /home/kono7602/nodevenv/api.onoko.dev/api/24/bin/activate && cd /home/kono7602/api.onoko.dev/api
npm install --include=dev
npm run build
# 6. Retirer l'IP de la liste blanche (nettoyage)
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/deploy-staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,8 @@ jobs:
key: ${{ secrets.SSH_PRIVATE_KEY }}
port: 22
script: |
cd ~/api.s8sfgknu.onoko.dev
source /home/kono7602/nodevenv/api.s8sfgknu.onoko.dev/24/bin/activate && cd /home/kono7602/api.s8sfgknu.onoko.dev
git pull origin main
source /home/kono7602/nodevenv/api.s8sfgknu.onoko.dev/api/24/bin/activate && cd /home/kono7602/api.s8sfgknu.onoko.dev/api
npm install
npm run build
# 6. Retirer l'IP de la liste blanche (nettoyage)
Expand Down
14 changes: 7 additions & 7 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/api/node_modules
/api/package-lock.json
/api/tsconfig.tsbuild.json
/api/.env
/api/umzug.json
/api/public
/api/dist
node_modules
package-lock.json
tsconfig.tsbuild.json
.env
umzug.json
public
dist
File renamed without changes.
35 changes: 0 additions & 35 deletions apache/httpd.conf

This file was deleted.

2 changes: 0 additions & 2 deletions db/init.sql

This file was deleted.

56 changes: 0 additions & 56 deletions docker-compose.yml

This file was deleted.

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Loading