jsp 2
This commit is contained in:
parent
6ef0ffb326
commit
ddbaf2b3bd
@ -1,6 +1,8 @@
|
|||||||
name: DEPLOY
|
name: DEPLOY
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
|
branches:
|
||||||
|
- main
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
deploy:
|
deploy:
|
||||||
@ -26,6 +28,3 @@ jobs:
|
|||||||
PROXY_SERVER_PORT: ${{ secrets.PROXY_SERVER_PORT }}
|
PROXY_SERVER_PORT: ${{ secrets.PROXY_SERVER_PORT }}
|
||||||
PROXY_SERVER_USERNAME: ${{ secrets.PROXY_SERVER_USERNAME }}
|
PROXY_SERVER_USERNAME: ${{ secrets.PROXY_SERVER_USERNAME }}
|
||||||
PROXY_SERVER_IP: ${{ secrets.PROXY_SERVER_IP }}
|
PROXY_SERVER_IP: ${{ secrets.PROXY_SERVER_IP }}
|
||||||
|
|
||||||
- name: Print success message
|
|
||||||
run: echo "Deployment successful!"
|
|
||||||
|
Loading…
Reference in New Issue
Block a user