This commit is contained in:
27
.gitea/workflows/tsd1.yaml
Normal file → Executable file
27
.gitea/workflows/tsd1.yaml
Normal file → Executable file
@@ -13,6 +13,33 @@ jobs:
|
|||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
- run: echo "💡 The ${{ gitea.repository }} repository has been cloned to the runner."
|
- run: echo "💡 The ${{ gitea.repository }} repository has been cloned to the runner."
|
||||||
- run: echo "🖥️ The workflow is now ready to test your code on the runner."
|
- run: echo "🖥️ The workflow is now ready to test your code on the runner."
|
||||||
|
- name: Extract Docker metadata
|
||||||
|
id: meta
|
||||||
|
uses: docker/metadata-action@v5
|
||||||
|
with:
|
||||||
|
# Hardcode your registry URL and use the repository variable
|
||||||
|
# The variable gitea.repository already contains 't8dev/python-srv-cicd-test'
|
||||||
|
images: gitea.caddy.book-online.ru/${{ gitea.repository }}
|
||||||
|
|
||||||
|
- name: Log in to Gitea Registry
|
||||||
|
uses: docker/login-action@v3
|
||||||
|
with:
|
||||||
|
registry: 'gitea.caddy.book-online.ru'
|
||||||
|
username: ${{ gitea.actor }}
|
||||||
|
password: ${{ secrets.CICD_TOKEN }}
|
||||||
|
|
||||||
|
- name: Build and push Docker image
|
||||||
|
uses: docker/build-push-action@v5
|
||||||
|
with:
|
||||||
|
context: .
|
||||||
|
file: ./Dockerfile
|
||||||
|
push: true
|
||||||
|
tags: ${{ steps.meta.outputs.tags }}
|
||||||
|
labels: ${{ steps.meta.outputs.labels }}
|
||||||
|
cache-from: type=registry,ref=gitea.caddy.book-online.ru/${{ gitea.repository }}:buildcache
|
||||||
|
cache-to: type=registry,ref=gitea.caddy.book-online.ru/${{ gitea.repository }}:buildcache,mode=max,image-manifest=true,oci-mediatypes=true,compression=gzip,force-compression=true
|
||||||
|
|
||||||
|
|
||||||
- name: List files in the repository
|
- name: List files in the repository
|
||||||
run: |
|
run: |
|
||||||
ls ${{ gitea.workspace }}
|
ls ${{ gitea.workspace }}
|
||||||
|
|||||||
0
.gitignore
vendored
Normal file → Executable file
0
.gitignore
vendored
Normal file → Executable file
0
aliases/php71/bash.bashrc
Normal file → Executable file
0
aliases/php71/bash.bashrc
Normal file → Executable file
0
docker-compose.yml
Normal file → Executable file
0
docker-compose.yml
Normal file → Executable file
0
hosts/first.conf
Normal file → Executable file
0
hosts/first.conf
Normal file → Executable file
0
hosts/two.conf_
Normal file → Executable file
0
hosts/two.conf_
Normal file → Executable file
0
images/hub/Dockerfile
Normal file → Executable file
0
images/hub/Dockerfile
Normal file → Executable file
0
images/hub70/Dockerfile
Normal file → Executable file
0
images/hub70/Dockerfile
Normal file → Executable file
0
images/nginx/Dockerfile
Normal file → Executable file
0
images/nginx/Dockerfile
Normal file → Executable file
0
images/php82/Dockerfile
Normal file → Executable file
0
images/php82/Dockerfile
Normal file → Executable file
0
images/php82/php.ini
Normal file → Executable file
0
images/php82/php.ini
Normal file → Executable file
0
images/vuecli/Dockerfile
Normal file → Executable file
0
images/vuecli/Dockerfile
Normal file → Executable file
0
logs/.gitignore
vendored
Normal file → Executable file
0
logs/.gitignore
vendored
Normal file → Executable file
0
tsd_main.sql
Normal file → Executable file
0
tsd_main.sql
Normal file → Executable file
0
tsd_users.sql
Normal file → Executable file
0
tsd_users.sql
Normal file → Executable file
0
www/.gitignore
vendored
Normal file → Executable file
0
www/.gitignore
vendored
Normal file → Executable file
0
www/first.loc/.gitignore
vendored
Normal file → Executable file
0
www/first.loc/.gitignore
vendored
Normal file → Executable file
0
www/first.loc/README.md
Normal file → Executable file
0
www/first.loc/README.md
Normal file → Executable file
0
www/first.loc/api/Class/DataForms.php
Normal file → Executable file
0
www/first.loc/api/Class/DataForms.php
Normal file → Executable file
0
www/first.loc/api/Class/Database.php
Normal file → Executable file
0
www/first.loc/api/Class/Database.php
Normal file → Executable file
0
www/first.loc/api/Class/DatabaseMS.php
Normal file → Executable file
0
www/first.loc/api/Class/DatabaseMS.php
Normal file → Executable file
0
www/first.loc/api/Class/DatabasePGSQL.php
Normal file → Executable file
0
www/first.loc/api/Class/DatabasePGSQL.php
Normal file → Executable file
0
www/first.loc/api/Class/MainClass.php
Normal file → Executable file
0
www/first.loc/api/Class/MainClass.php
Normal file → Executable file
0
www/first.loc/api/Class/function.php
Normal file → Executable file
0
www/first.loc/api/Class/function.php
Normal file → Executable file
0
www/first.loc/api/authentication-jwt/Config/Database.php
Normal file → Executable file
0
www/first.loc/api/authentication-jwt/Config/Database.php
Normal file → Executable file
0
www/first.loc/api/authentication-jwt/Config/DatabasePGSQL.php
Normal file → Executable file
0
www/first.loc/api/authentication-jwt/Config/DatabasePGSQL.php
Normal file → Executable file
0
www/first.loc/api/authentication-jwt/Config/core.php
Normal file → Executable file
0
www/first.loc/api/authentication-jwt/Config/core.php
Normal file → Executable file
0
www/first.loc/api/authentication-jwt/Objects/User.php
Normal file → Executable file
0
www/first.loc/api/authentication-jwt/Objects/User.php
Normal file → Executable file
0
www/first.loc/api/authentication-jwt/create_user.php
Normal file → Executable file
0
www/first.loc/api/authentication-jwt/create_user.php
Normal file → Executable file
0
www/first.loc/api/authentication-jwt/libs/php-jwt/BeforeValidException.php
Normal file → Executable file
0
www/first.loc/api/authentication-jwt/libs/php-jwt/BeforeValidException.php
Normal file → Executable file
0
www/first.loc/api/authentication-jwt/libs/php-jwt/CachedKeySet.php
Normal file → Executable file
0
www/first.loc/api/authentication-jwt/libs/php-jwt/CachedKeySet.php
Normal file → Executable file
0
www/first.loc/api/authentication-jwt/libs/php-jwt/ExpiredException.php
Normal file → Executable file
0
www/first.loc/api/authentication-jwt/libs/php-jwt/ExpiredException.php
Normal file → Executable file
0
www/first.loc/api/authentication-jwt/libs/php-jwt/JWK.php
Normal file → Executable file
0
www/first.loc/api/authentication-jwt/libs/php-jwt/JWK.php
Normal file → Executable file
0
www/first.loc/api/authentication-jwt/libs/php-jwt/JWT.php
Normal file → Executable file
0
www/first.loc/api/authentication-jwt/libs/php-jwt/JWT.php
Normal file → Executable file
0
www/first.loc/api/authentication-jwt/libs/php-jwt/Key.php
Normal file → Executable file
0
www/first.loc/api/authentication-jwt/libs/php-jwt/Key.php
Normal file → Executable file
0
www/first.loc/api/authentication-jwt/libs/php-jwt/SignatureInvalidException.php
Normal file → Executable file
0
www/first.loc/api/authentication-jwt/libs/php-jwt/SignatureInvalidException.php
Normal file → Executable file
0
www/first.loc/api/authentication-jwt/login.php
Normal file → Executable file
0
www/first.loc/api/authentication-jwt/login.php
Normal file → Executable file
0
www/first.loc/api/authentication-jwt/update_user.php
Normal file → Executable file
0
www/first.loc/api/authentication-jwt/update_user.php
Normal file → Executable file
0
www/first.loc/api/authentication-jwt/validate_token.php
Normal file → Executable file
0
www/first.loc/api/authentication-jwt/validate_token.php
Normal file → Executable file
0
www/first.loc/api/delete_collect.php
Normal file → Executable file
0
www/first.loc/api/delete_collect.php
Normal file → Executable file
0
www/first.loc/api/getCollect.php
Normal file → Executable file
0
www/first.loc/api/getCollect.php
Normal file → Executable file
0
www/first.loc/api/index.php
Normal file → Executable file
0
www/first.loc/api/index.php
Normal file → Executable file
0
www/first.loc/api/mysql_api/Class/DataForms.php
Normal file → Executable file
0
www/first.loc/api/mysql_api/Class/DataForms.php
Normal file → Executable file
0
www/first.loc/api/mysql_api/Class/Database.php
Normal file → Executable file
0
www/first.loc/api/mysql_api/Class/Database.php
Normal file → Executable file
0
www/first.loc/api/mysql_api/Class/DatabaseMS.php
Normal file → Executable file
0
www/first.loc/api/mysql_api/Class/DatabaseMS.php
Normal file → Executable file
0
www/first.loc/api/mysql_api/Class/DatabasePGSQL.php
Normal file → Executable file
0
www/first.loc/api/mysql_api/Class/DatabasePGSQL.php
Normal file → Executable file
0
www/first.loc/api/mysql_api/Class/MainClass.php
Normal file → Executable file
0
www/first.loc/api/mysql_api/Class/MainClass.php
Normal file → Executable file
0
www/first.loc/api/mysql_api/Class/function.php
Normal file → Executable file
0
www/first.loc/api/mysql_api/Class/function.php
Normal file → Executable file
0
www/first.loc/api/mysql_api/authentication-jwt/Config/Database.php
Normal file → Executable file
0
www/first.loc/api/mysql_api/authentication-jwt/Config/Database.php
Normal file → Executable file
0
www/first.loc/api/mysql_api/authentication-jwt/Config/DatabasePGSQL.php
Normal file → Executable file
0
www/first.loc/api/mysql_api/authentication-jwt/Config/DatabasePGSQL.php
Normal file → Executable file
0
www/first.loc/api/mysql_api/authentication-jwt/Config/core.php
Normal file → Executable file
0
www/first.loc/api/mysql_api/authentication-jwt/Config/core.php
Normal file → Executable file
0
www/first.loc/api/mysql_api/authentication-jwt/Objects/User.php
Normal file → Executable file
0
www/first.loc/api/mysql_api/authentication-jwt/Objects/User.php
Normal file → Executable file
0
www/first.loc/api/mysql_api/authentication-jwt/create_user.php
Normal file → Executable file
0
www/first.loc/api/mysql_api/authentication-jwt/create_user.php
Normal file → Executable file
0
www/first.loc/api/mysql_api/authentication-jwt/libs/php-jwt/BeforeValidException.php
Normal file → Executable file
0
www/first.loc/api/mysql_api/authentication-jwt/libs/php-jwt/BeforeValidException.php
Normal file → Executable file
0
www/first.loc/api/mysql_api/authentication-jwt/libs/php-jwt/CachedKeySet.php
Normal file → Executable file
0
www/first.loc/api/mysql_api/authentication-jwt/libs/php-jwt/CachedKeySet.php
Normal file → Executable file
0
www/first.loc/api/mysql_api/authentication-jwt/libs/php-jwt/ExpiredException.php
Normal file → Executable file
0
www/first.loc/api/mysql_api/authentication-jwt/libs/php-jwt/ExpiredException.php
Normal file → Executable file
0
www/first.loc/api/mysql_api/authentication-jwt/libs/php-jwt/JWK.php
Normal file → Executable file
0
www/first.loc/api/mysql_api/authentication-jwt/libs/php-jwt/JWK.php
Normal file → Executable file
0
www/first.loc/api/mysql_api/authentication-jwt/libs/php-jwt/JWT.php
Normal file → Executable file
0
www/first.loc/api/mysql_api/authentication-jwt/libs/php-jwt/JWT.php
Normal file → Executable file
0
www/first.loc/api/mysql_api/authentication-jwt/libs/php-jwt/Key.php
Normal file → Executable file
0
www/first.loc/api/mysql_api/authentication-jwt/libs/php-jwt/Key.php
Normal file → Executable file
0
www/first.loc/api/mysql_api/authentication-jwt/libs/php-jwt/SignatureInvalidException.php
Normal file → Executable file
0
www/first.loc/api/mysql_api/authentication-jwt/libs/php-jwt/SignatureInvalidException.php
Normal file → Executable file
0
www/first.loc/api/mysql_api/authentication-jwt/login.php
Normal file → Executable file
0
www/first.loc/api/mysql_api/authentication-jwt/login.php
Normal file → Executable file
0
www/first.loc/api/mysql_api/authentication-jwt/update_user.php
Normal file → Executable file
0
www/first.loc/api/mysql_api/authentication-jwt/update_user.php
Normal file → Executable file
0
www/first.loc/api/mysql_api/authentication-jwt/validate_token.php
Normal file → Executable file
0
www/first.loc/api/mysql_api/authentication-jwt/validate_token.php
Normal file → Executable file
0
www/first.loc/api/mysql_api/delete_collect.php
Normal file → Executable file
0
www/first.loc/api/mysql_api/delete_collect.php
Normal file → Executable file
0
www/first.loc/api/mysql_api/getCollect.php
Normal file → Executable file
0
www/first.loc/api/mysql_api/getCollect.php
Normal file → Executable file
0
www/first.loc/api/mysql_api/index.php
Normal file → Executable file
0
www/first.loc/api/mysql_api/index.php
Normal file → Executable file
0
www/first.loc/api/mysql_api/posting_status.php
Normal file → Executable file
0
www/first.loc/api/mysql_api/posting_status.php
Normal file → Executable file
0
www/first.loc/api/mysql_api/pushCollect.php
Normal file → Executable file
0
www/first.loc/api/mysql_api/pushCollect.php
Normal file → Executable file
0
www/first.loc/api/mysql_api/queryHistory.php
Normal file → Executable file
0
www/first.loc/api/mysql_api/queryHistory.php
Normal file → Executable file
0
www/first.loc/api/mysql_api/queryMainPost.php
Normal file → Executable file
0
www/first.loc/api/mysql_api/queryMainPost.php
Normal file → Executable file
0
www/first.loc/api/mysql_api/t1.php
Normal file → Executable file
0
www/first.loc/api/mysql_api/t1.php
Normal file → Executable file
0
www/first.loc/api/posting_status.php
Normal file → Executable file
0
www/first.loc/api/posting_status.php
Normal file → Executable file
0
www/first.loc/api/pushCollect.php
Normal file → Executable file
0
www/first.loc/api/pushCollect.php
Normal file → Executable file
0
www/first.loc/api/queryHistory.php
Normal file → Executable file
0
www/first.loc/api/queryHistory.php
Normal file → Executable file
0
www/first.loc/api/queryMainPost.php
Normal file → Executable file
0
www/first.loc/api/queryMainPost.php
Normal file → Executable file
0
www/first.loc/api/t1.php
Normal file → Executable file
0
www/first.loc/api/t1.php
Normal file → Executable file
0
www/first.loc/babel.config.js
Normal file → Executable file
0
www/first.loc/babel.config.js
Normal file → Executable file
0
www/first.loc/jsconfig.json
Normal file → Executable file
0
www/first.loc/jsconfig.json
Normal file → Executable file
0
www/first.loc/package-lock.json
generated
Normal file → Executable file
0
www/first.loc/package-lock.json
generated
Normal file → Executable file
0
www/first.loc/package.json
Normal file → Executable file
0
www/first.loc/package.json
Normal file → Executable file
0
www/first.loc/public/favicon.ico
Normal file → Executable file
0
www/first.loc/public/favicon.ico
Normal file → Executable file
|
Before Width: | Height: | Size: 234 B After Width: | Height: | Size: 234 B |
0
www/first.loc/public/index.html
Normal file → Executable file
0
www/first.loc/public/index.html
Normal file → Executable file
0
www/first.loc/src/App.vue
Normal file → Executable file
0
www/first.loc/src/App.vue
Normal file → Executable file
0
www/first.loc/src/assets/.htaccess
Normal file → Executable file
0
www/first.loc/src/assets/.htaccess
Normal file → Executable file
0
www/first.loc/src/assets/fonts/Inter/OFL.txt
Normal file → Executable file
0
www/first.loc/src/assets/fonts/Inter/OFL.txt
Normal file → Executable file
0
www/first.loc/src/assets/fonts/Inter/README.txt
Normal file → Executable file
0
www/first.loc/src/assets/fonts/Inter/README.txt
Normal file → Executable file
0
www/first.loc/src/assets/fonts/Inter/static/Inter-Black.ttf
Normal file → Executable file
0
www/first.loc/src/assets/fonts/Inter/static/Inter-Black.ttf
Normal file → Executable file
0
www/first.loc/src/assets/fonts/Inter/static/Inter-Bold.ttf
Normal file → Executable file
0
www/first.loc/src/assets/fonts/Inter/static/Inter-Bold.ttf
Normal file → Executable file
0
www/first.loc/src/assets/fonts/Inter/static/Inter-ExtraBold.ttf
Normal file → Executable file
0
www/first.loc/src/assets/fonts/Inter/static/Inter-ExtraBold.ttf
Normal file → Executable file
0
www/first.loc/src/assets/fonts/Inter/static/Inter-ExtraLight.ttf
Normal file → Executable file
0
www/first.loc/src/assets/fonts/Inter/static/Inter-ExtraLight.ttf
Normal file → Executable file
0
www/first.loc/src/assets/fonts/Inter/static/Inter-Light.ttf
Normal file → Executable file
0
www/first.loc/src/assets/fonts/Inter/static/Inter-Light.ttf
Normal file → Executable file
0
www/first.loc/src/assets/fonts/Inter/static/Inter-Medium.ttf
Normal file → Executable file
0
www/first.loc/src/assets/fonts/Inter/static/Inter-Medium.ttf
Normal file → Executable file
0
www/first.loc/src/assets/fonts/Inter/static/Inter-Regular.ttf
Normal file → Executable file
0
www/first.loc/src/assets/fonts/Inter/static/Inter-Regular.ttf
Normal file → Executable file
0
www/first.loc/src/assets/fonts/Inter/static/Inter-SemiBold.ttf
Normal file → Executable file
0
www/first.loc/src/assets/fonts/Inter/static/Inter-SemiBold.ttf
Normal file → Executable file
0
www/first.loc/src/assets/fonts/Inter/static/Inter-Thin.ttf
Normal file → Executable file
0
www/first.loc/src/assets/fonts/Inter/static/Inter-Thin.ttf
Normal file → Executable file
0
www/first.loc/src/assets/fonts/README.md
Normal file → Executable file
0
www/first.loc/src/assets/fonts/README.md
Normal file → Executable file
0
www/first.loc/src/assets/fonts/fonts.css
Normal file → Executable file
0
www/first.loc/src/assets/fonts/fonts.css
Normal file → Executable file
0
www/first.loc/src/assets/images/foreign.png
Normal file → Executable file
0
www/first.loc/src/assets/images/foreign.png
Normal file → Executable file
|
Before Width: | Height: | Size: 16 KiB After Width: | Height: | Size: 16 KiB |
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user