Skip to content
Snippets Groups Projects
Unverified Commit 8d591696 authored by dnns01's avatar dnns01 Committed by GitHub
Browse files

Copy checked out repo to deploy directory

parent 0a786817
No related branches found
No related tags found
1 merge request!128Merge learninggroup changes to release
......@@ -20,15 +20,15 @@ jobs:
# Steps represent a sequence of tasks that will be executed as part of the job
steps:
- name: Change directory
run: cd /home/boty-qa/fernuni-bot
- name: Check dir
run: pwd
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v2
- name: Copy to deploy directory
run: cp ./ ../../../../fernuni-bot/ -Rf
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- name: Check Git
run: git status
#- name: Check Git
# run: git status
# Runs a single command using the runners shell
# - name: Run a one-line script
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment