fix: test action
Deploy a service / deploy (push) Failing after 2s

This commit is contained in:
Benjamin Labrecque
2026-07-02 11:57:44 +02:00
parent 19a8a89080
commit 97dc59abd3
2 changed files with 2 additions and 20 deletions
-18
View File
@@ -1,18 +0,0 @@
name: Create a new service
on:
push:
branches:
- main
jobs:
deploy:
runs-on: hla-dev
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Helloo
run: |
whoami
+2 -2
View File
@@ -13,8 +13,8 @@ jobs:
working-directory: ./services
env:
SERVICES_DIR=/sls/bd/hla/services/dev
SVC_CURRRENT_DIR=${SERVICES_DIR}/000-master/current
SERVICES_DIR: /sls/bd/hla/services/dev
SVC_CURRRENT_DIR: ${SERVICES_DIR}/000-master/current
steps:
- name: Checkout repository