Update .drone.yml
All checks were successful
continuous-integration/drone Build is passing

This commit is contained in:
first_admin 2024-09-08 14:31:09 +00:00
parent cb2638abc7
commit 48af147a5c

View File

@ -15,6 +15,7 @@ steps:
- build
commands:
- echo "Running tests..."
- echo "Pipeline is running on runner ${DRONE_RUNNER_NAME}"
- name: deploy
image: ubuntu:20.04
@ -22,6 +23,7 @@ steps:
- test
commands:
- echo "Deploying the application..."
- echo "Pipeline is running on runner ${DRONE_RUNNER_NAME}"
node:
system: linux